Html Css Color HEX #D66C29 Gold Drop

📋 copy color: '#D66C29'

red 214 ◦ green 108 ◦ blue 41

#D66C29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Drop #D66C29

Tints of Gold Drop #D66C29

RGB

 RED value IS 214 (83.98% from 255) = 58.95%

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 58.95%
G = 29.75%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D66C29 (or 0xD66C29) is known color: Gold Drop. HEX triplet: D6, 6C and 29. RGB value is (214,108,41). Sum of RGB (Red+Green+Blue) = 214+108+41=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C29 is #2993D6. Grayscale: #848484. Windows color (decimal): -2724823 or 2714838. OLE color: 2714838.

HSL color Cylindrical-coordinate representation of color #D66C29: hue angle of 23.24º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D66C29 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 41 -
CMYK 0 0.50 0.81 0.16
HSL 23.24º 0.68% 0.5% -
HSV(B) 23.24º 0.81% 0.84% -
XYZ 33.49 25.18 5.19 -
YUV 132.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 214 108 41 0 0.50 0.81 0.16 23.24 0.68 0.5
Hex D6 6C 29 0 32 51 10 17 44 32
Octal 326 154 51 0 62 121 20 27 104 62
Binary 11010110 1101100 101001 0 110010 1010001 10000 10111 1000100 110010

Color Harmonies of #D66C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C29

Black with #D66C29

Text Example


Text Example

White with #D66C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C29; }

 p { color: rgb(214,108,41); }

 H1.HeaderClassName
 {
   color: #D66C29;
 }
 .AnyTagClassName
 {
   color: #D66C29;
 }
</style>

background-color css

<style>
 a { background-color: #D66C29; }

 a { background-color: rgb(214,108,41); }

 div.DivClassName
 {
   background-color: #D66C29;
 }
 .BgClassName
 {
   background-color: #D66C29;
 }
</style>

border-color css

<style>
 span { border-color: #D66C29; }

 span { border-color: rgb(214,108,41); }

 td.TdClassName
 {
   border-color: #D66C29;
 }
 .TagClassName
 {
   border-color: #D66C29;
 }
</style>