Html Css Color HEX #DDD494 Tahuna Sands

📋 copy color: '#DDD494'

red 221 ◦ green 212 ◦ blue 148

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

Shades of Tahuna Sands #DDD494

Tints of Tahuna Sands #DDD494

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.49%

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

R = 38.04%
G = 36.49%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD494 (or 0xDDD494) is known color: Tahuna Sands. HEX triplet: DD, D4 and 94. RGB value is (221,212,148). Sum of RGB (Red+Green+Blue) = 221+212+148=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 148 (58.20% from 255 or 25.47% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD494 is #222B6B. Grayscale: #CFCFCF. Windows color (decimal): -2239340 or 9753821. OLE color: 9753821.

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

Color convert

RGB 221 212 148 -
CMYK 0 0.04 0.33 0.13
HSL 52.6º 0.52% 0.72% -
HSV(B) 52.6º 0.33% 0.87% -
XYZ 58.71 64.6 37.39 -
YUV 207.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 221 212 148 0 0.04 0.33 0.13 52.6 0.52 0.72
Hex DD D4 94 0 4 21 D 35 34 48
Octal 335 324 224 0 4 41 15 65 64 110
Binary 11011101 11010100 10010100 0 100 100001 1101 110101 110100 1001000

Color Harmonies of #DDD494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD494

Black with #DDD494

Text Example


Text Example

White with #DDD494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD494; }

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

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

background-color css

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

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

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

border-color css

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

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

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