Html Css Color HEX #D86D2F Gold Drop

📋 copy color: '#D86D2F'

red 216 ◦ green 109 ◦ blue 47

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

Shades of Gold Drop #D86D2F

Tints of Gold Drop #D86D2F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

 BLUE value IS 47 (18.75% from 255) = 12.63%

R = 58.06%
G = 29.3%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86D2F (or 0xD86D2F) is known color: Gold Drop. HEX triplet: D8, 6D and 2F. RGB value is (216,109,47). Sum of RGB (Red+Green+Blue) = 216+109+47=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86D2F is #2792D0. Grayscale: #868686. Windows color (decimal): -2593489 or 3108312. OLE color: 3108312.

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

Color convert

RGB 216 109 47 -
CMYK 0 0.50 0.78 0.15
HSL 22.01º 0.68% 0.52% -
HSV(B) 22.01º 0.78% 0.85% -
XYZ 34.3 25.74 5.85 -
YUV 133.93 78.95 186.54 -
System Red Green Blue C M Y K H S L
Decimal 216 109 47 0 0.50 0.78 0.15 22.01 0.68 0.52
Hex D8 6D 2F 0 32 4E F 16 44 34
Octal 330 155 57 0 62 116 17 26 104 64
Binary 11011000 1101101 101111 0 110010 1001110 1111 10110 1000100 110100

Color Harmonies of #D86D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D2F

Black with #D86D2F

Text Example


Text Example

White with #D86D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D2F; }

 p { color: rgb(216,109,47); }

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

background-color css

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

 a { background-color: rgb(216,109,47); }

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

border-color css

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

 span { border-color: rgb(216,109,47); }

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