#DDC95C

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

Shades of Golden Sand #DDC95C

Tints of Golden Sand #DDC95C

Color information

#DDC95C (or 0xDDC95C) is unknown color: approx Golden Sand. HEX triplet: DD, C9 and 5C. RGB value is (221,201,92). Sum of RGB (Red+Green+Blue) = 221+201+92=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC95C is #2236A3. Grayscale: #C3C3C3. Windows color (decimal): -2242212 or 6080989. OLE color: 6080989.

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

Color convert

RGB22120192-
CMYK00.090.580.13
HSL50.7º65.48%61.37%-
HSV(B)50.7º58.37%86.67%-
XYZ52.6457.9218.53-
YUV194.5570.13146.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=43.00%
G=39.11%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212019200.090.580.1350.765.4861.37
HexDDC95C093AD33413d
Octal33531113401172156310175
Binary110111011100100110111000100111101011011100111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC95C; }

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

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

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

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

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

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

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

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