#D36C35

Color #D36C35 Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #D36C35

Tints of Gold Drop #D36C35

Color information

#D36C35 (or 0xD36C35) is unknown color: approx Gold Drop. HEX triplet: D3, 6C and 35. RGB value is (211,108,53). Sum of RGB (Red+Green+Blue) = 211+108+53=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D36C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36C35 is #2C93CA. Grayscale: #848484. Windows color (decimal): -2921419 or 3501267. OLE color: 3501267.

HSL color Cylindrical-coordinate representation of color #D36C35: hue angle of 20.89º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D36C35 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB21110853-
CMYK00.490.750.17
HSL20.89º64.23%51.76%-
HSV(B)20.89º74.88%82.75%-
XYZ32.8724.836.43-
YUV132.5383.12183.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.72%
GREEN value IS 108 (42.58% from 255) = 29.03%
BLUE value IS 53 (21.09% from 255) = 14.25%
R=56.72%
G=29.03%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111085300.490.750.1720.8964.2351.76
HexD36C350314B11154034
Octal32315465061113212510064
Binary1101001111011001101010110001100101110001101011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36C35; }

 p { color: rgb(211,108,53); }

 H1.HeaderClassName
 {
   color: #D36C35;
 }
 .AnyTagClassName
 {
   color: #D36C35;
 }
</style>
background-color css

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

 a { background-color: rgb(211,108,53); }

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

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

 span { border-color: rgb(211,108,53); }

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