Html Css Color HEX #D86C31 Gold Drop

📋 copy color: '#D86C31'

red 216 ◦ green 108 ◦ blue 49

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

Shades of Gold Drop #D86C31

Tints of Gold Drop #D86C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 57.91%
G = 28.95%
B = 13.14%

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

#D86C31 (or 0xD86C31) is known color: Gold Drop. HEX triplet: D8, 6C and 31. RGB value is (216,108,49). Sum of RGB (Red+Green+Blue) = 216+108+49=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86C31 is #2793CE. Grayscale: #858585. Windows color (decimal): -2593743 or 3239128. OLE color: 3239128.

HSL color Cylindrical-coordinate representation of color #D86C31: hue angle of 21.2º 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 #D86C31 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 49 -
CMYK 0 0.50 0.77 0.15
HSL 21.2º 0.68% 0.52% -
HSV(B) 21.2º 0.77% 0.85% -
XYZ 34.24 25.55 6.03 -
YUV 133.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 216 108 49 0 0.50 0.77 0.15 21.2 0.68 0.52
Hex D8 6C 31 0 32 4D F 15 44 34
Octal 330 154 61 0 62 115 17 25 104 64
Binary 11011000 1101100 110001 0 110010 1001101 1111 10101 1000100 110100

Color Harmonies of #D86C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C31

Black with #D86C31

Text Example


Text Example

White with #D86C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C31; }

 p { color: rgb(216,108,49); }

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

background-color css

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

 a { background-color: rgb(216,108,49); }

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

border-color css

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

 span { border-color: rgb(216,108,49); }

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