Html Css Color HEX #DDD193 Tahuna Sands

📋 copy color: '#DDD193'

red 221 ◦ green 209 ◦ blue 147

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

Shades of Tahuna Sands #DDD193

Tints of Tahuna Sands #DDD193

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.22%

 BLUE value IS 147 (57.81% from 255) = 25.48%

R = 38.3%
G = 36.22%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD193 (or 0xDDD193) is known color: Tahuna Sands. HEX triplet: DD, D1 and 93. RGB value is (221,209,147). Sum of RGB (Red+Green+Blue) = 221+209+147=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 209 (82.03% from 255 or 36.22% from 577); Blue value is 147 (57.81% from 255 or 25.48% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD193 is #222E6C. Grayscale: #CDCDCD. Windows color (decimal): -2240109 or 9687517. OLE color: 9687517.

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

Color convert

RGB 221 209 147 -
CMYK 0 0.05 0.33 0.13
HSL 50.27º 0.52% 0.72% -
HSV(B) 50.27º 0.33% 0.87% -
XYZ 57.89 63.08 36.73 -
YUV 205.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 221 209 147 0 0.05 0.33 0.13 50.27 0.52 0.72
Hex DD D1 93 0 5 21 D 32 34 48
Octal 335 321 223 0 5 41 15 62 64 110
Binary 11011101 11010001 10010011 0 101 100001 1101 110010 110100 1001000

Color Harmonies of #DDD193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD193

Black with #DDD193

Text Example


Text Example

White with #DDD193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD193; }

 p { color: rgb(221,209,147); }

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

background-color css

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

 a { background-color: rgb(221,209,147); }

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

border-color css

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

 span { border-color: rgb(221,209,147); }

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