Html Css Color HEX #DDD293 Tahuna Sands

📋 copy color: '#DDD293'

red 221 ◦ green 210 ◦ blue 147

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

Shades of Tahuna Sands #DDD293

Tints of Tahuna Sands #DDD293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.33%

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

R = 38.24%
G = 36.33%
B = 25.43%

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

#DDD293 (or 0xDDD293) is known color: Tahuna Sands. HEX triplet: DD, D2 and 93. RGB value is (221,210,147). Sum of RGB (Red+Green+Blue) = 221+210+147=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 147 (57.81% from 255 or 25.43% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD293 is #222D6C. Grayscale: #CECECE. Windows color (decimal): -2239853 or 9687773. OLE color: 9687773.

HSL color Cylindrical-coordinate representation of color #DDD293: hue angle of 51.08º 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 #DDD293 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 210 147 -
CMYK 0 0.05 0.33 0.13
HSL 51.08º 0.52% 0.72% -
HSV(B) 51.08º 0.33% 0.87% -
XYZ 58.13 63.57 36.81 -
YUV 206.11 94.64 138.62 -
System Red Green Blue C M Y K H S L
Decimal 221 210 147 0 0.05 0.33 0.13 51.08 0.52 0.72
Hex DD D2 93 0 5 21 D 33 34 48
Octal 335 322 223 0 5 41 15 63 64 110
Binary 11011101 11010010 10010011 0 101 100001 1101 110011 110100 1001000

Color Harmonies of #DDD293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD293

Black with #DDD293

Text Example


Text Example

White with #DDD293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD293; }

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

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

background-color css

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

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

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

border-color css

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

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

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