Html Css Color HEX #DDD297 Tahuna Sands

📋 copy color: '#DDD297'

red 221 ◦ green 210 ◦ blue 151

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

Shades of Tahuna Sands #DDD297

Tints of Tahuna Sands #DDD297

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.08%

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

R = 37.97%
G = 36.08%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DDD297 (or 0xDDD297) is known color: Tahuna Sands. HEX triplet: DD, D2 and 97. RGB value is (221,210,151). Sum of RGB (Red+Green+Blue) = 221+210+151=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 210 (82.42% from 255 or 36.08% from 582); Blue value is 151 (59.38% from 255 or 25.95% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD297 is #222D68. Grayscale: #CECECE. Windows color (decimal): -2239849 or 9949917. OLE color: 9949917.

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

Color convert

RGB 221 210 151 -
CMYK 0 0.05 0.32 0.13
HSL 50.57º 0.51% 0.73% -
HSV(B) 50.57º 0.32% 0.87% -
XYZ 58.45 63.7 38.49 -
YUV 206.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 221 210 151 0 0.05 0.32 0.13 50.57 0.51 0.73
Hex DD D2 97 0 5 20 D 33 33 49
Octal 335 322 227 0 5 40 15 63 63 111
Binary 11011101 11010010 10010111 0 101 100000 1101 110011 110011 1001001

Color Harmonies of #DDD297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD297

Black with #DDD297

Text Example


Text Example

White with #DDD297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD297; }

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

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

background-color css

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

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

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

border-color css

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

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

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