Html Css Color HEX #D86B32 Gold Drop

📋 copy color: '#D86B32'

red 216 ◦ green 107 ◦ blue 50

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

Shades of Gold Drop #D86B32

Tints of Gold Drop #D86B32

RGB

 RED value IS 216 (84.77% from 255) = 57.91%

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

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

R = 57.91%
G = 28.69%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D86B32 (or 0xD86B32) is known color: Gold Drop. HEX triplet: D8, 6B and 32. RGB value is (216,107,50). Sum of RGB (Red+Green+Blue) = 216+107+50=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D86B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86B32 is #2794CD. Grayscale: #858585. Windows color (decimal): -2593998 or 3304408. OLE color: 3304408.

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

Color convert

RGB 216 107 50 -
CMYK 0 0.50 0.77 0.15
HSL 20.6º 0.68% 0.52% -
HSV(B) 20.6º 0.77% 0.85% -
XYZ 34.15 25.34 6.11 -
YUV 133.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 216 107 50 0 0.50 0.77 0.15 20.6 0.68 0.52
Hex D8 6B 32 0 32 4D F 15 44 34
Octal 330 153 62 0 62 115 17 25 104 64
Binary 11011000 1101011 110010 0 110010 1001101 1111 10101 1000100 110100

Color Harmonies of #D86B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86B32

Black with #D86B32

Text Example


Text Example

White with #D86B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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