#DED09A

Color #DED09A Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #DED09A

Tints of Tahuna Sands #DED09A

Color information

#DED09A (or 0xDED09A) is unknown color: approx Tahuna Sands. HEX triplet: DE, D0 and 9A. RGB value is (222,208,154). Sum of RGB (Red+Green+Blue) = 222+208+154=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DED09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED09A is #212F65. Grayscale: #CECECE. Windows color (decimal): -2174822 or 10146014. OLE color: 10146014.

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

Color convert

RGB222208154-
CMYK00.060.310.13
HSL47.65º50.75%73.73%-
HSV(B)47.65º30.63%87.06%-
XYZ58.5162.9739.64-
YUV206.0398.64139.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.01%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=38.01%
G=35.62%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220815400.060.310.1347.6550.7573.73
HexDED09A061FD30334a
Octal3363202320637156063112
Binary11011110110100001001101001101111111011100001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED09A; }

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

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

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

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

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

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

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

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