Html Css Color HEX #D86A34 Gold Drop

📋 copy color: '#D86A34'

red 216 ◦ green 106 ◦ blue 52

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

Shades of Gold Drop #D86A34

Tints of Gold Drop #D86A34

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 57.75%
G = 28.34%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D86A34 (or 0xD86A34) is known color: Gold Drop. HEX triplet: D8, 6A and 34. RGB value is (216,106,52). Sum of RGB (Red+Green+Blue) = 216+106+52=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A34 is #2795CB. Grayscale: #858585. Windows color (decimal): -2594252 or 3435224. OLE color: 3435224.

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

Color convert

RGB 216 106 52 -
CMYK 0 0.51 0.76 0.15
HSL 19.76º 0.68% 0.53% -
HSV(B) 19.76º 0.76% 0.85% -
XYZ 34.09 25.15 6.31 -
YUV 132.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 216 106 52 0 0.51 0.76 0.15 19.76 0.68 0.53
Hex D8 6A 34 0 33 4C F 14 44 35
Octal 330 152 64 0 63 114 17 24 104 65
Binary 11011000 1101010 110100 0 110011 1001100 1111 10100 1000100 110101

Color Harmonies of #D86A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A34

Black with #D86A34

Text Example


Text Example

White with #D86A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A34; }

 p { color: rgb(216,106,52); }

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

background-color css

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

 a { background-color: rgb(216,106,52); }

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

border-color css

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

 span { border-color: rgb(216,106,52); }

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