#DED09B

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

Shades of Tahuna Sands #DED09B

Tints of Tahuna Sands #DED09B

Color information

#DED09B (or 0xDED09B) is unknown color: approx Tahuna Sands. HEX triplet: DE, D0 and 9B. RGB value is (222,208,155). Sum of RGB (Red+Green+Blue) = 222+208+155=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED09B is #212F64. Grayscale: #CECECE. Windows color (decimal): -2174821 or 10211550. OLE color: 10211550.

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

Color convert

RGB222208155-
CMYK00.060.300.13
HSL47.46º50.38%73.92%-
HSV(B)47.46º30.18%87.06%-
XYZ58.663.0140.08-
YUV206.1499.14139.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 155 (60.94% from 255) = 26.50%
R=37.95%
G=35.56%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220815500.060.300.1347.4650.3873.92
HexDED09B061ED2f324a
Octal3363202330636155762112
Binary11011110110100001001101101101111011011011111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED09B; }

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

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

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

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

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

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

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

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