#DDCF62

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

Shades of Golden Sand #DDCF62

Tints of Golden Sand #DDCF62

Color information

#DDCF62 (or 0xDDCF62) is unknown color: approx Golden Sand. HEX triplet: DD, CF and 62. RGB value is (221,207,98). Sum of RGB (Red+Green+Blue) = 221+207+98=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF62 is #22309D. Grayscale: #C7C7C7. Windows color (decimal): -2240670 or 6475741. OLE color: 6475741.

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

Color convert

RGB22120798-
CMYK00.060.560.13
HSL53.17º64.4%62.55%-
HSV(B)53.17º55.66%86.67%-
XYZ54.3460.8820.44-
YUV198.7671.14143.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 98 (38.67% from 255) = 18.63%
R=42.02%
G=39.35%
B=18.63%

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
Decimal2212079800.060.560.1353.1764.462.55
HexDDCF620638D35403f
Octal3353171420670156510077
Binary11011101110011111100010011011100011011101011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF62; }

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

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

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

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

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

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

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

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