Html Css Color HEX #D66B32 Gold Drop

📋 copy color: '#D66B32'

red 214 ◦ green 107 ◦ blue 50

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

Shades of Gold Drop #D66B32

Tints of Gold Drop #D66B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 57.68%
G = 28.84%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D66B32 (or 0xD66B32) is known color: Gold Drop. HEX triplet: D6, 6B and 32. RGB value is (214,107,50). Sum of RGB (Red+Green+Blue) = 214+107+50=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66B32 is #2994CD. Grayscale: #848484. Windows color (decimal): -2725070 or 3304406. OLE color: 3304406.

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

Color convert

RGB 214 107 50 -
CMYK 0 0.50 0.77 0.16
HSL 20.85º 0.67% 0.52% -
HSV(B) 20.85º 0.77% 0.84% -
XYZ 33.56 25.04 6.08 -
YUV 132.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 214 107 50 0 0.50 0.77 0.16 20.85 0.67 0.52
Hex D6 6B 32 0 32 4D 10 15 43 34
Octal 326 153 62 0 62 115 20 25 103 64
Binary 11010110 1101011 110010 0 110010 1001101 10000 10101 1000011 110100

Color Harmonies of #D66B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B32

Black with #D66B32

Text Example


Text Example

White with #D66B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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