Html Css Color HEX #DDD08F Tahuna Sands

📋 copy color: '#DDD08F'

red 221 ◦ green 208 ◦ blue 143

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

Shades of Tahuna Sands #DDD08F

Tints of Tahuna Sands #DDD08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25%

R = 38.64%
G = 36.36%
B = 25%

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

#DDD08F (or 0xDDD08F) is known color: Tahuna Sands. HEX triplet: DD, D0 and 8F. RGB value is (221,208,143). Sum of RGB (Red+Green+Blue) = 221+208+143=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD08F is #222F70. Grayscale: #CCCCCC. Windows color (decimal): -2240369 or 9425117. OLE color: 9425117.

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

Color convert

RGB 221 208 143 -
CMYK 0 0.06 0.35 0.13
HSL 50º 0.53% 0.71% -
HSV(B) 50º 0.35% 0.87% -
XYZ 57.33 62.47 35.02 -
YUV 204.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 221 208 143 0 0.06 0.35 0.13 50 0.53 0.71
Hex DD D0 8F 0 6 23 D 32 35 47
Octal 335 320 217 0 6 43 15 62 65 107
Binary 11011101 11010000 10001111 0 110 100011 1101 110010 110101 1000111

Color Harmonies of #DDD08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD08F

Black with #DDD08F

Text Example


Text Example

White with #DDD08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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