Html Css Color HEX #D86530 Gold Drop

📋 copy color: '#D86530'

red 216 ◦ green 101 ◦ blue 48

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

Shades of Gold Drop #D86530

Tints of Gold Drop #D86530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 59.18%
G = 27.67%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D86530 (or 0xD86530) is known color: Gold Drop. HEX triplet: D8, 65 and 30. RGB value is (216,101,48). Sum of RGB (Red+Green+Blue) = 216+101+48=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D86530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86530 is #279ACF. Grayscale: #818181. Windows color (decimal): -2595536 or 3171800. OLE color: 3171800.

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

Color convert

RGB 216 101 48 -
CMYK 0 0.53 0.78 0.15
HSL 18.93º 0.68% 0.52% -
HSV(B) 18.93º 0.78% 0.85% -
XYZ 33.51 24.12 5.69 -
YUV 129.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 216 101 48 0 0.53 0.78 0.15 18.93 0.68 0.52
Hex D8 65 30 0 35 4E F 13 44 34
Octal 330 145 60 0 65 116 17 23 104 64
Binary 11011000 1100101 110000 0 110101 1001110 1111 10011 1000100 110100

Color Harmonies of #D86530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86530

Black with #D86530

Text Example


Text Example

White with #D86530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86530; }

 p { color: rgb(216,101,48); }

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

background-color css

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

 a { background-color: rgb(216,101,48); }

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

border-color css

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

 span { border-color: rgb(216,101,48); }

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