#D56635

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

Shades of Gold Drop #D56635

Tints of Gold Drop #D56635

Color information

#D56635 (or 0xD56635) is unknown color: approx Gold Drop. HEX triplet: D5, 66 and 35. RGB value is (213,102,53). Sum of RGB (Red+Green+Blue) = 213+102+53=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D56635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56635 is #2A99CA. Grayscale: #818181. Windows color (decimal): -2791883 or 3499733. OLE color: 3499733.

HSL color Cylindrical-coordinate representation of color #D56635: hue angle of 18.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D56635 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21310253-
CMYK00.520.750.16
HSL18.38º65.57%52.16%-
HSV(B)18.38º75.12%83.53%-
XYZ32.8323.916.25-
YUV129.684.77187.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.88%
GREEN value IS 102 (40.23% from 255) = 27.72%
BLUE value IS 53 (21.09% from 255) = 14.40%
R=57.88%
G=27.72%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131025300.520.750.1618.3865.5752.16
HexD566350344B10124234
Octal32514665064113202210264
Binary1101010111001101101010110100100101110000100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56635; }

 p { color: rgb(213,102,53); }

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

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

 a { background-color: rgb(213,102,53); }

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

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

 span { border-color: rgb(213,102,53); }

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