Html Css Color HEX #D86A29 Gold Drop

📋 copy color: '#D86A29'

red 216 ◦ green 106 ◦ blue 41

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

Shades of Gold Drop #D86A29

Tints of Gold Drop #D86A29

RGB

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

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

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

R = 59.5%
G = 29.2%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D86A29 (or 0xD86A29) is known color: Gold Drop. HEX triplet: D8, 6A and 29. RGB value is (216,106,41). Sum of RGB (Red+Green+Blue) = 216+106+41=363 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.50% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86A29 is #2795D6. Grayscale: #838383. Windows color (decimal): -2594263 or 2714328. OLE color: 2714328.

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

Color convert

RGB 216 106 41 -
CMYK 0 0.51 0.81 0.15
HSL 22.29º 0.69% 0.5% -
HSV(B) 22.29º 0.81% 0.85% -
XYZ 33.87 25.07 5.15 -
YUV 131.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 216 106 41 0 0.51 0.81 0.15 22.29 0.69 0.5
Hex D8 6A 29 0 33 51 F 16 45 32
Octal 330 152 51 0 63 121 17 26 105 62
Binary 11011000 1101010 101001 0 110011 1010001 1111 10110 1000101 110010

Color Harmonies of #D86A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A29

Black with #D86A29

Text Example


Text Example

White with #D86A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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