Html Css Color HEX #DED596 Tahuna Sands

📋 copy color: '#DED596'

red 222 ◦ green 213 ◦ blue 150

#DED596
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #DED596

Tints of Tahuna Sands #DED596

RGB

 RED value IS 222 (87.11% from 255) = 37.95%

 GREEN value IS 213 (83.59% from 255) = 36.41%

 BLUE value IS 150 (58.98% from 255) = 25.64%

R = 37.95%
G = 36.41%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DED596 (or 0xDED596) is known color: Tahuna Sands. HEX triplet: DE, D5 and 96. RGB value is (222,213,150). Sum of RGB (Red+Green+Blue) = 222+213+150=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 213 (83.59% from 255 or 36.41% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED596 is #212A69. Grayscale: #D0D0D0. Windows color (decimal): -2173546 or 9885150. OLE color: 9885150.

HSL color Cylindrical-coordinate representation of color #DED596: hue angle of 52.5º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DED596 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 150 -
CMYK 0 0.04 0.32 0.13
HSL 52.5º 0.52% 0.73% -
HSV(B) 52.5º 0.32% 0.87% -
XYZ 59.42 65.32 38.33 -
YUV 208.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 222 213 150 0 0.04 0.32 0.13 52.5 0.52 0.73
Hex DE D5 96 0 4 20 D 34 34 49
Octal 336 325 226 0 4 40 15 64 64 111
Binary 11011110 11010101 10010110 0 100 100000 1101 110100 110100 1001001

Color Harmonies of #DED596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED596

Black with #DED596

Text Example


Text Example

White with #DED596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED596; }

 p { color: rgb(222,213,150); }

 H1.HeaderClassName
 {
   color: #DED596;
 }
 .AnyTagClassName
 {
   color: #DED596;
 }
</style>

background-color css

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

 a { background-color: rgb(222,213,150); }

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

border-color css

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

 span { border-color: rgb(222,213,150); }

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