Html Css Color HEX #D66B2C Gold Drop

📋 copy color: '#D66B2C'

red 214 ◦ green 107 ◦ blue 44

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

Shades of Gold Drop #D66B2C

Tints of Gold Drop #D66B2C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

 BLUE value IS 44 (17.58% from 255) = 12.05%

R = 58.63%
G = 29.32%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D66B2C (or 0xD66B2C) is known color: Gold Drop. HEX triplet: D6, 6B and 2C. RGB value is (214,107,44). Sum of RGB (Red+Green+Blue) = 214+107+44=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B2C is #2994D3. Grayscale: #848484. Windows color (decimal): -2725076 or 2911190. OLE color: 2911190.

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

Color convert

RGB 214 107 44 -
CMYK 0 0.50 0.79 0.16
HSL 22.24º 0.67% 0.51% -
HSV(B) 22.24º 0.79% 0.84% -
XYZ 33.44 24.99 5.44 -
YUV 131.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 214 107 44 0 0.50 0.79 0.16 22.24 0.67 0.51
Hex D6 6B 2C 0 32 4F 10 16 43 33
Octal 326 153 54 0 62 117 20 26 103 63
Binary 11010110 1101011 101100 0 110010 1001111 10000 10110 1000011 110011

Color Harmonies of #D66B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B2C

Black with #D66B2C

Text Example


Text Example

White with #D66B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B2C; }

 p { color: rgb(214,107,44); }

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

background-color css

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

 a { background-color: rgb(214,107,44); }

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

border-color css

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

 span { border-color: rgb(214,107,44); }

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