Html Css Color HEX #DDD294 Tahuna Sands

📋 copy color: '#DDD294'

red 221 ◦ green 210 ◦ blue 148

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

Shades of Tahuna Sands #DDD294

Tints of Tahuna Sands #DDD294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 38.17%
G = 36.27%
B = 25.56%

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

#DDD294 (or 0xDDD294) is known color: Tahuna Sands. HEX triplet: DD, D2 and 94. RGB value is (221,210,148). Sum of RGB (Red+Green+Blue) = 221+210+148=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD294 is #222D6B. Grayscale: #CECECE. Windows color (decimal): -2239852 or 9753309. OLE color: 9753309.

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

Color convert

RGB 221 210 148 -
CMYK 0 0.05 0.33 0.13
HSL 50.96º 0.52% 0.72% -
HSV(B) 50.96º 0.33% 0.87% -
XYZ 58.21 63.6 37.23 -
YUV 206.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 221 210 148 0 0.05 0.33 0.13 50.96 0.52 0.72
Hex DD D2 94 0 5 21 D 33 34 48
Octal 335 322 224 0 5 41 15 63 64 110
Binary 11011101 11010010 10010100 0 101 100001 1101 110011 110100 1001000

Color Harmonies of #DDD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD294

Black with #DDD294

Text Example


Text Example

White with #DDD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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