Html Css Color HEX #DDD090 Tahuna Sands

📋 copy color: '#DDD090'

red 221 ◦ green 208 ◦ blue 144

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

Shades of Tahuna Sands #DDD090

Tints of Tahuna Sands #DDD090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.13%

R = 38.57%
G = 36.3%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DDD090 (or 0xDDD090) is known color: Tahuna Sands. HEX triplet: DD, D0 and 90. RGB value is (221,208,144). Sum of RGB (Red+Green+Blue) = 221+208+144=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD090 is #222F6F. Grayscale: #CCCCCC. Windows color (decimal): -2240368 or 9490653. OLE color: 9490653.

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

Color convert

RGB 221 208 144 -
CMYK 0 0.06 0.35 0.13
HSL 49.87º 0.53% 0.72% -
HSV(B) 49.87º 0.35% 0.87% -
XYZ 57.41 62.5 35.42 -
YUV 204.59 93.81 139.7 -
System Red Green Blue C M Y K H S L
Decimal 221 208 144 0 0.06 0.35 0.13 49.87 0.53 0.72
Hex DD D0 90 0 6 23 D 32 35 48
Octal 335 320 220 0 6 43 15 62 65 110
Binary 11011101 11010000 10010000 0 110 100011 1101 110010 110101 1001000

Color Harmonies of #DDD090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD090

Black with #DDD090

Text Example


Text Example

White with #DDD090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD090; }

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

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

background-color css

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

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

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

border-color css

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

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

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