Html Css Color HEX #D66C36 Gold Drop

📋 copy color: '#D66C36'

red 214 ◦ green 108 ◦ blue 54

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

Shades of Gold Drop #D66C36

Tints of Gold Drop #D66C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.36%

R = 56.91%
G = 28.72%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D66C36 (or 0xD66C36) is known color: Gold Drop. HEX triplet: D6, 6C and 36. RGB value is (214,108,54). Sum of RGB (Red+Green+Blue) = 214+108+54=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C36 is #2993C9. Grayscale: #858585. Windows color (decimal): -2724810 or 3566806. OLE color: 3566806.

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

Color convert

RGB 214 108 54 -
CMYK 0 0.50 0.75 0.16
HSL 20.25º 0.66% 0.53% -
HSV(B) 20.25º 0.75% 0.84% -
XYZ 33.76 25.29 6.59 -
YUV 133.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 214 108 54 0 0.50 0.75 0.16 20.25 0.66 0.53
Hex D6 6C 36 0 32 4B 10 14 42 35
Octal 326 154 66 0 62 113 20 24 102 65
Binary 11010110 1101100 110110 0 110010 1001011 10000 10100 1000010 110101

Color Harmonies of #D66C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C36

Black with #D66C36

Text Example


Text Example

White with #D66C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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