#DDD062

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

Shades of Golden Sand #DDD062

Tints of Golden Sand #DDD062

Color information

#DDD062 (or 0xDDD062) is unknown color: approx Golden Sand. HEX triplet: DD, D0 and 62. RGB value is (221,208,98). Sum of RGB (Red+Green+Blue) = 221+208+98=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD062 is #222F9D. Grayscale: #C7C7C7. Windows color (decimal): -2240414 or 6475997. OLE color: 6475997.

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

Color convert

RGB22120898-
CMYK00.060.560.13
HSL53.66º64.4%62.55%-
HSV(B)53.66º55.66%86.67%-
XYZ54.5861.3720.52-
YUV199.3570.81143.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 98 (38.67% from 255) = 18.60%
R=41.94%
G=39.47%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212089800.060.560.1353.6664.462.55
HexDDD0620638D36403f
Octal3353201420670156610077
Binary11011101110100001100010011011100011011101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD062; }

 p { color: rgb(221,208,98); }

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

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

 a { background-color: rgb(221,208,98); }

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

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

 span { border-color: rgb(221,208,98); }

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