Html Css Color HEX #D86431 Gold Drop

📋 copy color: '#D86431'

red 216 ◦ green 100 ◦ blue 49

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

Shades of Gold Drop #D86431

Tints of Gold Drop #D86431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 59.18%
G = 27.4%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D86431 (or 0xD86431) is known color: Gold Drop. HEX triplet: D8, 64 and 31. RGB value is (216,100,49). Sum of RGB (Red+Green+Blue) = 216+100+49=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D86431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86431 is #279BCE. Grayscale: #818181. Windows color (decimal): -2595791 or 3237080. OLE color: 3237080.

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

Color convert

RGB 216 100 49 -
CMYK 0 0.54 0.77 0.15
HSL 18.32º 0.68% 0.52% -
HSV(B) 18.32º 0.77% 0.85% -
XYZ 33.43 23.94 5.76 -
YUV 128.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 216 100 49 0 0.54 0.77 0.15 18.32 0.68 0.52
Hex D8 64 31 0 36 4D F 12 44 34
Octal 330 144 61 0 66 115 17 22 104 64
Binary 11011000 1100100 110001 0 110110 1001101 1111 10010 1000100 110100

Color Harmonies of #D86431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86431

Black with #D86431

Text Example


Text Example

White with #D86431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86431; }

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

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

background-color css

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

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

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

border-color css

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

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

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