Html Css Color HEX #DDD497 Tahuna Sands

📋 copy color: '#DDD497'

red 221 ◦ green 212 ◦ blue 151

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

Shades of Tahuna Sands #DDD497

Tints of Tahuna Sands #DDD497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.86%

R = 37.84%
G = 36.3%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDD497 (or 0xDDD497) is known color: Tahuna Sands. HEX triplet: DD, D4 and 97. RGB value is (221,212,151). Sum of RGB (Red+Green+Blue) = 221+212+151=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 151 (59.38% from 255 or 25.86% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD497 is #222B68. Grayscale: #CFCFCF. Windows color (decimal): -2239337 or 9950429. OLE color: 9950429.

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

Color convert

RGB 221 212 151 -
CMYK 0 0.04 0.32 0.13
HSL 52.29º 0.51% 0.73% -
HSV(B) 52.29º 0.32% 0.87% -
XYZ 58.95 64.69 38.66 -
YUV 207.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 221 212 151 0 0.04 0.32 0.13 52.29 0.51 0.73
Hex DD D4 97 0 4 20 D 34 33 49
Octal 335 324 227 0 4 40 15 64 63 111
Binary 11011101 11010100 10010111 0 100 100000 1101 110100 110011 1001001

Color Harmonies of #DDD497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD497

Black with #DDD497

Text Example


Text Example

White with #DDD497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD497; }

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

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

background-color css

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

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

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

border-color css

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

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

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