Html Css Color HEX #DED495 Tahuna Sands

📋 copy color: '#DED495'

red 222 ◦ green 212 ◦ blue 149

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

Shades of Tahuna Sands #DED495

Tints of Tahuna Sands #DED495

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.36%

 BLUE value IS 149 (58.59% from 255) = 25.56%

R = 38.08%
G = 36.36%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DED495 (or 0xDED495) is known color: Tahuna Sands. HEX triplet: DE, D4 and 95. RGB value is (222,212,149). Sum of RGB (Red+Green+Blue) = 222+212+149=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED495 is #212B6A. Grayscale: #D0D0D0. Windows color (decimal): -2173803 or 9819358. OLE color: 9819358.

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

Color convert

RGB 222 212 149 -
CMYK 0 0.05 0.33 0.13
HSL 51.78º 0.53% 0.73% -
HSV(B) 51.78º 0.33% 0.87% -
XYZ 59.09 64.79 37.82 -
YUV 207.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 222 212 149 0 0.05 0.33 0.13 51.78 0.53 0.73
Hex DE D4 95 0 5 21 D 34 35 49
Octal 336 324 225 0 5 41 15 64 65 111
Binary 11011110 11010100 10010101 0 101 100001 1101 110100 110101 1001001

Color Harmonies of #DED495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED495

Black with #DED495

Text Example


Text Example

White with #DED495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED495; }

 p { color: rgb(222,212,149); }

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

background-color css

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

 a { background-color: rgb(222,212,149); }

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

border-color css

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

 span { border-color: rgb(222,212,149); }

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