#DDCB60

Color #DDCB60 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #DDCB60

Tints of Golden Sand #DDCB60

Color information

#DDCB60 (or 0xDDCB60) is unknown color: approx Golden Sand. HEX triplet: DD, CB and 60. RGB value is (221,203,96). Sum of RGB (Red+Green+Blue) = 221+203+96=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB60 is #22349F. Grayscale: #C4C4C4. Windows color (decimal): -2241696 or 6343645. OLE color: 6343645.

HSL color Cylindrical-coordinate representation of color #DDCB60: hue angle of 51.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDCB60 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22120396-
CMYK00.080.570.13
HSL51.36º64.77%62.16%-
HSV(B)51.36º56.56%86.67%-
XYZ53.2958.9319.63-
YUV196.1871.46145.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 96 (37.89% from 255) = 18.46%
R=42.5%
G=39.04%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212039600.080.570.1351.3664.7762.16
HexDDCB600839D33413e
Octal33531314001071156310176
Binary110111011100101111000000100011100111011100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB60; }

 p { color: rgb(221,203,96); }

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

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

 a { background-color: rgb(221,203,96); }

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

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

 span { border-color: rgb(221,203,96); }

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