#DCCC68

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

Shades of Golden Sand #DCCC68

Tints of Golden Sand #DCCC68

Color information

#DCCC68 (or 0xDCCC68) is unknown color: approx Golden Sand. HEX triplet: DC, CC and 68. RGB value is (220,204,104). Sum of RGB (Red+Green+Blue) = 220+204+104=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC68 is #233397. Grayscale: #C5C5C5. Windows color (decimal): -2306968 or 6868188. OLE color: 6868188.

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

Color convert

RGB220204104-
CMYK00.070.530.14
HSL51.72º62.37%63.53%-
HSV(B)51.72º52.73%86.27%-
XYZ53.6159.421.74-
YUV197.3875.3144.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 104 (41.02% from 255) = 19.70%
R=41.67%
G=38.64%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020410400.070.530.1451.7262.3763.53
HexDCCC680735E343e40
Octal3343141500765166476100
Binary11011100110011001101000011111010111101101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC68; }

 p { color: rgb(220,204,104); }

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

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

 a { background-color: rgb(220,204,104); }

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

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

 span { border-color: rgb(220,204,104); }

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