Color Hex Logo

#ddc361 Color Hex

#DDC361
(221,195,97)
0 Favorites   0 Comments

Color spaces of #ddc361

RGB 22119597
HSL0.130.650.62
HSV47°56°87°
CMYK 0.000.120.56   0.13
XYZ51.491655.265419.2627
Yxy55.26540.40860.4385
Hunter Lab74.3407-6.459436.6756
CIE-Lab79.1939-2.716851.8526

#ddc361 color RGB value is (221,195,97).

#ddc361 hex color red value is 221, green value is 195 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ddc361 hue: 0.13 , saturation: 0.65 and the lightness value of ddc361 is 0.62.

The process color (four color CMYK) of #ddc361 color hex is 0.00, 0.12, 0.56, 0.13. Web safe color of #ddc361 is #cccc66. Color #ddc361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 01100001
Octal 335 303 141
Decimal 221 195 97
Hex DD C3 61

RGB Percentages of Color #ddc361

%43.08
%38.01
%18.91

CMYK Percentages of Color #ddc361

%0
%12
%56
%13

Triadic Colors of #ddc361

#ddc361 #61ddc3 #c361dd

Analogous Colors of #ddc361

#ddc361 #b9dd61 #dd8561

Monochromatic Colors of #ddc361

#ddc361

Complementary Color

#ddc361 #617bdd

#ddc361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc361 Color CSS Codes

.mybgcolor {background-color:#ddc361; } 
.myforecolor {color:#ddc361; }
.mybordercolor {border:3px solid #ddc361; }

#ddc361 Text Font Color

<p style="color:#ddc361">Text here</p>

This sample text font color is #ddc361
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc361 Background Color

<div style="background-color:#ddc361">
Div content here</div>

This div background color is #ddc361


#ddc361 Border Color

<div style="border:3px solid #ddc361">
Div here</div>

This div border color is #ddc361


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,195,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc361; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc361;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc361;
  box-shadow:         1px 1px 3px 2px #ddc361; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,195,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc361">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc361;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc361;
  box-shadow:         1px 1px 3px 2px #ddc361;">
Div content here</div>

This div box has shadow with color #ddc361


Comments

No comments written yet.

Please login to write comment.