Html Css Color HEX #DDD094 Tahuna Sands

📋 copy color: '#DDD094'

red 221 ◦ green 208 ◦ blue 148

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

Shades of Tahuna Sands #DDD094

Tints of Tahuna Sands #DDD094

RGB

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

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

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

R = 38.3%
G = 36.05%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD094 (or 0xDDD094) is known color: Tahuna Sands. HEX triplet: DD, D0 and 94. RGB value is (221,208,148). Sum of RGB (Red+Green+Blue) = 221+208+148=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 208 (81.64% from 255 or 36.05% from 577); Blue value is 148 (58.20% from 255 or 25.65% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD094 is #222F6B. Grayscale: #CDCDCD. Windows color (decimal): -2240364 or 9752797. OLE color: 9752797.

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

Color convert

RGB 221 208 148 -
CMYK 0 0.06 0.33 0.13
HSL 49.32º 0.52% 0.72% -
HSV(B) 49.32º 0.33% 0.87% -
XYZ 57.72 62.62 37.06 -
YUV 205.05 95.81 139.38 -
System Red Green Blue C M Y K H S L
Decimal 221 208 148 0 0.06 0.33 0.13 49.32 0.52 0.72
Hex DD D0 94 0 6 21 D 31 34 48
Octal 335 320 224 0 6 41 15 61 64 110
Binary 11011101 11010000 10010100 0 110 100001 1101 110001 110100 1001000

Color Harmonies of #DDD094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD094

Black with #DDD094

Text Example


Text Example

White with #DDD094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD094; }

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

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

background-color css

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

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

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

border-color css

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

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

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