Html Css Color HEX #D86532 Gold Drop

📋 copy color: '#D86532'

red 216 ◦ green 101 ◦ blue 50

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

Shades of Gold Drop #D86532

Tints of Gold Drop #D86532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 58.86%
G = 27.52%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D86532 (or 0xD86532) is known color: Gold Drop. HEX triplet: D8, 65 and 32. RGB value is (216,101,50). Sum of RGB (Red+Green+Blue) = 216+101+50=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D86532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86532 is #279ACD. Grayscale: #818181. Windows color (decimal): -2595534 or 3302872. OLE color: 3302872.

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

Color convert

RGB 216 101 50 -
CMYK 0 0.53 0.77 0.15
HSL 18.43º 0.68% 0.52% -
HSV(B) 18.43º 0.77% 0.85% -
XYZ 33.55 24.14 5.91 -
YUV 129.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 216 101 50 0 0.53 0.77 0.15 18.43 0.68 0.52
Hex D8 65 32 0 35 4D F 12 44 34
Octal 330 145 62 0 65 115 17 22 104 64
Binary 11011000 1100101 110010 0 110101 1001101 1111 10010 1000100 110100

Color Harmonies of #D86532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86532

Black with #D86532

Text Example


Text Example

White with #D86532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86532; }

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

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

background-color css

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

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

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

border-color css

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

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

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