Html Css Color HEX #DDD498 Tahuna Sands

📋 copy color: '#DDD498'

red 221 ◦ green 212 ◦ blue 152

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

Shades of Tahuna Sands #DDD498

Tints of Tahuna Sands #DDD498

RGB

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

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

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

R = 37.78%
G = 36.24%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDD498 (or 0xDDD498) is known color: Tahuna Sands. HEX triplet: DD, D4 and 98. RGB value is (221,212,152). Sum of RGB (Red+Green+Blue) = 221+212+152=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 152 (59.77% from 255 or 25.98% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD498 is #222B67. Grayscale: #D0D0D0. Windows color (decimal): -2239336 or 10015965. OLE color: 10015965.

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

Color convert

RGB 221 212 152 -
CMYK 0 0.04 0.31 0.13
HSL 52.17º 0.5% 0.73% -
HSV(B) 52.17º 0.31% 0.87% -
XYZ 59.03 64.73 39.09 -
YUV 207.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 221 212 152 0 0.04 0.31 0.13 52.17 0.5 0.73
Hex DD D4 98 0 4 1F D 34 32 49
Octal 335 324 230 0 4 37 15 64 62 111
Binary 11011101 11010100 10011000 0 100 11111 1101 110100 110010 1001001

Color Harmonies of #DDD498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD498

Black with #DDD498

Text Example


Text Example

White with #DDD498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD498; }

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

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

background-color css

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

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

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

border-color css

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

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

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