#DED065

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

Shades of Golden Sand #DED065

Tints of Golden Sand #DED065

Color information

#DED065 (or 0xDED065) is unknown color: approx Golden Sand. HEX triplet: DE, D0 and 65. RGB value is (222,208,101). Sum of RGB (Red+Green+Blue) = 222+208+101=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DED065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED065 is #212F9A. Grayscale: #C8C8C8. Windows color (decimal): -2174875 or 6672606. OLE color: 6672606.

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

Color convert

RGB222208101-
CMYK00.060.550.13
HSL53.06º64.71%63.33%-
HSV(B)53.06º54.5%87.06%-
XYZ55.0361.5821.3-
YUV199.9972.14143.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 101 (39.84% from 255) = 19.02%
R=41.81%
G=39.17%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220810100.060.550.1353.0664.7163.33
HexDED0650637D35413f
Octal3363201450667156510177
Binary11011110110100001100101011011011111011101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED065; }

 p { color: rgb(222,208,101); }

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

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

 a { background-color: rgb(222,208,101); }

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

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

 span { border-color: rgb(222,208,101); }

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