Html Css Color HEX #DED096 Tahuna Sands

📋 copy color: '#DED096'

red 222 ◦ green 208 ◦ blue 150

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

Shades of Tahuna Sands #DED096

Tints of Tahuna Sands #DED096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.86%

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

R = 38.28%
G = 35.86%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DED096 (or 0xDED096) is known color: Tahuna Sands. HEX triplet: DE, D0 and 96. RGB value is (222,208,150). Sum of RGB (Red+Green+Blue) = 222+208+150=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DED096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED096 is #212F69. Grayscale: #CDCDCD. Windows color (decimal): -2174826 or 9883870. OLE color: 9883870.

HSL color Cylindrical-coordinate representation of color #DED096: hue angle of 48.33º 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 #DED096 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 150 -
CMYK 0 0.06 0.32 0.13
HSL 48.33º 0.52% 0.73% -
HSV(B) 48.33º 0.32% 0.87% -
XYZ 58.19 62.84 37.92 -
YUV 205.57 96.64 139.72 -
System Red Green Blue C M Y K H S L
Decimal 222 208 150 0 0.06 0.32 0.13 48.33 0.52 0.73
Hex DE D0 96 0 6 20 D 30 34 49
Octal 336 320 226 0 6 40 15 60 64 111
Binary 11011110 11010000 10010110 0 110 100000 1101 110000 110100 1001001

Color Harmonies of #DED096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED096

Black with #DED096

Text Example


Text Example

White with #DED096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED096; }

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

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

background-color css

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

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

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

border-color css

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

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

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