Html Css Color HEX #D66C2A Gold Drop

📋 copy color: '#D66C2A'

red 214 ◦ green 108 ◦ blue 42

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

Shades of Gold Drop #D66C2A

Tints of Gold Drop #D66C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 58.79%
G = 29.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D66C2A (or 0xD66C2A) is known color: Gold Drop. HEX triplet: D6, 6C and 2A. RGB value is (214,108,42). Sum of RGB (Red+Green+Blue) = 214+108+42=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C2A is #2993D5. Grayscale: #848484. Windows color (decimal): -2724822 or 2780374. OLE color: 2780374.

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

Color convert

RGB 214 108 42 -
CMYK 0 0.50 0.80 0.16
HSL 23.02º 0.68% 0.5% -
HSV(B) 23.02º 0.8% 0.84% -
XYZ 33.51 25.19 5.29 -
YUV 132.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 214 108 42 0 0.50 0.80 0.16 23.02 0.68 0.5
Hex D6 6C 2A 0 32 50 10 17 44 32
Octal 326 154 52 0 62 120 20 27 104 62
Binary 11010110 1101100 101010 0 110010 1010000 10000 10111 1000100 110010

Color Harmonies of #D66C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C2A

Black with #D66C2A

Text Example


Text Example

White with #D66C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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