#DDC960

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

Shades of Golden Sand #DDC960

Tints of Golden Sand #DDC960

Color information

#DDC960 (or 0xDDC960) is unknown color: approx Golden Sand. HEX triplet: DD, C9 and 60. RGB value is (221,201,96). Sum of RGB (Red+Green+Blue) = 221+201+96=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC960 is #22369F. Grayscale: #C3C3C3. Windows color (decimal): -2242208 or 6343133. OLE color: 6343133.

HSL color Cylindrical-coordinate representation of color #DDC960: hue angle of 50.4º 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 #DDC960 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22120196-
CMYK00.090.570.13
HSL50.4º64.77%62.16%-
HSV(B)50.4º56.56%86.67%-
XYZ52.8257.9919.48-
YUV195.0172.13146.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 96 (37.89% from 255) = 18.53%
R=42.66%
G=38.80%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212019600.090.570.1350.464.7762.16
HexDDC9600939D32413e
Octal33531114001171156210176
Binary110111011100100111000000100111100111011100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC960; }

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

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

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

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

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

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

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

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