Html Css Color HEX #DDD095 Tahuna Sands

📋 copy color: '#DDD095'

red 221 ◦ green 208 ◦ blue 149

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

Shades of Tahuna Sands #DDD095

Tints of Tahuna Sands #DDD095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.78%

R = 38.24%
G = 35.99%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD095 (or 0xDDD095) is known color: Tahuna Sands. HEX triplet: DD, D0 and 95. RGB value is (221,208,149). Sum of RGB (Red+Green+Blue) = 221+208+149=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD095 is #222F6A. Grayscale: #CDCDCD. Windows color (decimal): -2240363 or 9818333. OLE color: 9818333.

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

Color convert

RGB 221 208 149 -
CMYK 0 0.06 0.33 0.13
HSL 49.17º 0.51% 0.73% -
HSV(B) 49.17º 0.33% 0.87% -
XYZ 57.8 62.65 37.48 -
YUV 205.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 221 208 149 0 0.06 0.33 0.13 49.17 0.51 0.73
Hex DD D0 95 0 6 21 D 31 33 49
Octal 335 320 225 0 6 41 15 61 63 111
Binary 11011101 11010000 10010101 0 110 100001 1101 110001 110011 1001001

Color Harmonies of #DDD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD095

Black with #DDD095

Text Example


Text Example

White with #DDD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD095; }

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

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

background-color css

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

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

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

border-color css

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

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

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