Html Css Color HEX #D86329 Gold Drop

📋 copy color: '#D86329'

red 216 ◦ green 99 ◦ blue 41

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

Shades of Gold Drop #D86329

Tints of Gold Drop #D86329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 60.67%
G = 27.81%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D86329 (or 0xD86329) is known color: Gold Drop. HEX triplet: D8, 63 and 29. RGB value is (216,99,41). Sum of RGB (Red+Green+Blue) = 216+99+41=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D86329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86329 is #279CD6. Grayscale: #7F7F7F. Windows color (decimal): -2596055 or 2712536. OLE color: 2712536.

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

Color convert

RGB 216 99 41 -
CMYK 0 0.54 0.81 0.15
HSL 19.89º 0.69% 0.5% -
HSV(B) 19.89º 0.81% 0.85% -
XYZ 33.18 23.68 4.92 -
YUV 127.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 216 99 41 0 0.54 0.81 0.15 19.89 0.69 0.5
Hex D8 63 29 0 36 51 F 14 45 32
Octal 330 143 51 0 66 121 17 24 105 62
Binary 11011000 1100011 101001 0 110110 1010001 1111 10100 1000101 110010

Color Harmonies of #D86329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86329

Black with #D86329

Text Example


Text Example

White with #D86329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86329; }

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

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

background-color css

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

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

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

border-color css

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

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

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