#DDC861

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

Shades of Golden Sand #DDC861

Tints of Golden Sand #DDC861

Color information

#DDC861 (or 0xDDC861) is unknown color: approx Golden Sand. HEX triplet: DD, C8 and 61. RGB value is (221,200,97). Sum of RGB (Red+Green+Blue) = 221+200+97=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC861 is #22379E. Grayscale: #C2C2C2. Windows color (decimal): -2242463 or 6408413. OLE color: 6408413.

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

Color convert

RGB22120097-
CMYK00.100.560.13
HSL49.84º64.58%62.35%-
HSV(B)49.84º56.11%86.67%-
XYZ52.6357.5419.64-
YUV194.5472.96146.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 97 (38.28% from 255) = 18.73%
R=42.66%
G=38.61%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212009700.100.560.1349.8464.5862.35
HexDDC8610A38D32413e
Octal33531014101270156210176
Binary110111011100100011000010101011100011011100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC861; }

 p { color: rgb(221,200,97); }

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

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

 a { background-color: rgb(221,200,97); }

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

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

 span { border-color: rgb(221,200,97); }

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