#DDCD68

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

Shades of Golden Sand #DDCD68

Tints of Golden Sand #DDCD68

Color information

#DDCD68 (or 0xDDCD68) is unknown color: approx Golden Sand. HEX triplet: DD, CD and 68. RGB value is (221,205,104). Sum of RGB (Red+Green+Blue) = 221+205+104=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD68 is #223297. Grayscale: #C6C6C6. Windows color (decimal): -2241176 or 6868445. OLE color: 6868445.

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

Color convert

RGB221205104-
CMYK00.070.530.13
HSL51.79º63.24%63.73%-
HSV(B)51.79º52.94%86.67%-
XYZ54.1560.0321.83-
YUV198.2774.8144.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.70%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 104 (41.02% from 255) = 19.62%
R=41.70%
G=38.68%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120510400.070.530.1351.7963.2463.73
HexDDCD680735D343f40
Octal3353151500765156477100
Binary11011101110011011101000011111010111011101001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD68; }

 p { color: rgb(221,205,104); }

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

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

 a { background-color: rgb(221,205,104); }

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

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

 span { border-color: rgb(221,205,104); }

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