Html Css Color HEX #D86129 Gold Drop

📋 copy color: '#D86129'

red 216 ◦ green 97 ◦ blue 41

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

Shades of Gold Drop #D86129

Tints of Gold Drop #D86129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

 BLUE value IS 41 (16.41% from 255) = 11.58%

R = 61.02%
G = 27.4%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D86129 (or 0xD86129) is known color: Gold Drop. HEX triplet: D8, 61 and 29. RGB value is (216,97,41). Sum of RGB (Red+Green+Blue) = 216+97+41=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 41 (16.41% from 255 or 11.58% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D86129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86129 is #279ED6. Grayscale: #7E7E7E. Windows color (decimal): -2596567 or 2712024. OLE color: 2712024.

HSL color Cylindrical-coordinate representation of color #D86129: hue angle of 19.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D86129 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 41 -
CMYK 0 0.55 0.81 0.15
HSL 19.2º 0.69% 0.5% -
HSV(B) 19.2º 0.81% 0.85% -
XYZ 32.99 23.31 4.86 -
YUV 126.2 79.92 192.05 -
System Red Green Blue C M Y K H S L
Decimal 216 97 41 0 0.55 0.81 0.15 19.2 0.69 0.5
Hex D8 61 29 0 37 51 F 13 45 32
Octal 330 141 51 0 67 121 17 23 105 62
Binary 11011000 1100001 101001 0 110111 1010001 1111 10011 1000101 110010

Color Harmonies of #D86129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86129

Black with #D86129

Text Example


Text Example

White with #D86129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86129; }

 p { color: rgb(216,97,41); }

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

background-color css

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

 a { background-color: rgb(216,97,41); }

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

border-color css

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

 span { border-color: rgb(216,97,41); }

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