Html Css Color HEX #DED198 Tahuna Sands

📋 copy color: '#DED198'

red 222 ◦ green 209 ◦ blue 152

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

Shades of Tahuna Sands #DED198

Tints of Tahuna Sands #DED198

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.85%

 BLUE value IS 152 (59.77% from 255) = 26.07%

R = 38.08%
G = 35.85%
B = 26.07%

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

#DED198 (or 0xDED198) is known color: Tahuna Sands. HEX triplet: DE, D1 and 98. RGB value is (222,209,152). Sum of RGB (Red+Green+Blue) = 222+209+152=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 152 (59.77% from 255 or 26.07% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DED198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED198 is #212E67. Grayscale: #CECECE. Windows color (decimal): -2174568 or 10015198. OLE color: 10015198.

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

Color convert

RGB 222 209 152 -
CMYK 0 0.06 0.32 0.13
HSL 48.86º 0.51% 0.73% -
HSV(B) 48.86º 0.32% 0.87% -
XYZ 58.59 63.4 38.85 -
YUV 206.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 222 209 152 0 0.06 0.32 0.13 48.86 0.51 0.73
Hex DE D1 98 0 6 20 D 31 33 49
Octal 336 321 230 0 6 40 15 61 63 111
Binary 11011110 11010001 10011000 0 110 100000 1101 110001 110011 1001001

Color Harmonies of #DED198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED198

Black with #DED198

Text Example


Text Example

White with #DED198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED198; }

 p { color: rgb(222,209,152); }

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

background-color css

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

 a { background-color: rgb(222,209,152); }

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

border-color css

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

 span { border-color: rgb(222,209,152); }

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