#DDC95D

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

Shades of Golden Sand #DDC95D

Tints of Golden Sand #DDC95D

Color information

#DDC95D (or 0xDDC95D) is unknown color: approx Golden Sand. HEX triplet: DD, C9 and 5D. RGB value is (221,201,93). Sum of RGB (Red+Green+Blue) = 221+201+93=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC95D is #2236A2. Grayscale: #C3C3C3. Windows color (decimal): -2242211 or 6146525. OLE color: 6146525.

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

Color convert

RGB22120193-
CMYK00.090.580.13
HSL50.62º65.31%61.57%-
HSV(B)50.62º57.92%86.67%-
XYZ52.6857.9418.76-
YUV194.6770.63146.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 201 (78.91% from 255) = 39.03%
BLUE value IS 93 (36.72% from 255) = 18.06%
R=42.91%
G=39.03%
B=18.06%

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
Decimal2212019300.090.580.1350.6265.3161.57
HexDDC95D093AD33413e
Octal33531113501172156310176
Binary110111011100100110111010100111101011011100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC95D; }

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

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

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

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

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

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

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

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