#d56d2a

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

Shades of Gold Drop #D56D2A

Tints of Gold Drop #D56D2A

Color information

#D56D2A (or 0xD56D2A) is unknown color: approx Gold Drop. HEX triplet: D5, 6D and 2A. RGB value is (213,109,42). Sum of RGB (Red+Green+Blue) = 213+109+42=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56D2A is #2A92D5. Grayscale: #848484. Windows color (decimal): -2790102 or 2780629. OLE color: 2780629.

HSL color Cylindrical-coordinate representation of color #D56D2A: hue angle of 23.51º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D56D2A is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21310942-
CMYK00.490.800.16
HSL23.51º67.06%50%-
HSV(B)23.51º80.28%83.53%-
XYZ33.3325.255.31-
YUV132.4676.96185.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.52%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=58.52%
G=29.95%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131094200.490.800.1623.5167.0650
HexD56D2A0315010184332
Octal32515552061120203010362
Binary1101010111011011010100110001101000010000110001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56d2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56d2a; }

 p { color: rgb(213,109,42); }

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

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

 a { background-color: rgb(213,109,42); }

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

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

 span { border-color: rgb(213,109,42); }

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