#DDC961

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

Shades of Golden Sand #DDC961

Tints of Golden Sand #DDC961

Color information

#DDC961 (or 0xDDC961) is unknown color: approx Golden Sand. HEX triplet: DD, C9 and 61. RGB value is (221,201,97). Sum of RGB (Red+Green+Blue) = 221+201+97=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC961 is #22369E. Grayscale: #C3C3C3. Windows color (decimal): -2242207 or 6408669. OLE color: 6408669.

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

Color convert

RGB22120197-
CMYK00.090.560.13
HSL50.32º64.58%62.35%-
HSV(B)50.32º56.11%86.67%-
XYZ52.8658.0119.72-
YUV195.1272.63146.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=42.58%
G=38.73%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212019700.090.560.1350.3264.5862.35
HexDDC9610938D32413e
Octal33531114101170156210176
Binary110111011100100111000010100111100011011100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC961; }

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

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

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

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

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

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

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

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