Html Css Color HEX #DDD097 Tahuna Sands

📋 copy color: '#DDD097'

red 221 ◦ green 208 ◦ blue 151

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

Shades of Tahuna Sands #DDD097

Tints of Tahuna Sands #DDD097

RGB

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

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

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

R = 38.1%
G = 35.86%
B = 26.03%

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

#DDD097 (or 0xDDD097) is known color: Tahuna Sands. HEX triplet: DD, D0 and 97. RGB value is (221,208,151). Sum of RGB (Red+Green+Blue) = 221+208+151=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 151 (59.38% from 255 or 26.03% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD097 is #222F68. Grayscale: #CDCDCD. Windows color (decimal): -2240361 or 9949405. OLE color: 9949405.

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

Color convert

RGB 221 208 151 -
CMYK 0 0.06 0.32 0.13
HSL 48.86º 0.51% 0.73% -
HSV(B) 48.86º 0.32% 0.87% -
XYZ 57.96 62.72 38.33 -
YUV 205.39 97.31 139.13 -
System Red Green Blue C M Y K H S L
Decimal 221 208 151 0 0.06 0.32 0.13 48.86 0.51 0.73
Hex DD D0 97 0 6 20 D 31 33 49
Octal 335 320 227 0 6 40 15 61 63 111
Binary 11011101 11010000 10010111 0 110 100000 1101 110001 110011 1001001

Color Harmonies of #DDD097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD097

Black with #DDD097

Text Example


Text Example

White with #DDD097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD097; }

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

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

background-color css

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

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

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

border-color css

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

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

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