Html Css Color HEX #DDD098 Tahuna Sands

📋 copy color: '#DDD098'

red 221 ◦ green 208 ◦ blue 152

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

Shades of Tahuna Sands #DDD098

Tints of Tahuna Sands #DDD098

RGB

 RED value IS 221 (86.72% from 255) = 38.04%

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

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

R = 38.04%
G = 35.8%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDD098 (or 0xDDD098) is known color: Tahuna Sands. HEX triplet: DD, D0 and 98. RGB value is (221,208,152). Sum of RGB (Red+Green+Blue) = 221+208+152=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 152 (59.77% from 255 or 26.16% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD098 is #222F67. Grayscale: #CDCDCD. Windows color (decimal): -2240360 or 10014941. OLE color: 10014941.

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

Color convert

RGB 221 208 152 -
CMYK 0 0.06 0.31 0.13
HSL 48.7º 0.5% 0.73% -
HSV(B) 48.7º 0.31% 0.87% -
XYZ 58.04 62.75 38.76 -
YUV 205.5 97.81 139.05 -
System Red Green Blue C M Y K H S L
Decimal 221 208 152 0 0.06 0.31 0.13 48.7 0.5 0.73
Hex DD D0 98 0 6 1F D 31 32 49
Octal 335 320 230 0 6 37 15 61 62 111
Binary 11011101 11010000 10011000 0 110 11111 1101 110001 110010 1001001

Color Harmonies of #DDD098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD098

Black with #DDD098

Text Example


Text Example

White with #DDD098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD098; }

 p { color: rgb(221,208,152); }

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

background-color css

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

 a { background-color: rgb(221,208,152); }

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

border-color css

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

 span { border-color: rgb(221,208,152); }

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