Html Css Color HEX #DDCC9E Tahuna Sands

📋 copy color: '#DDCC9E'

red 221 ◦ green 204 ◦ blue 158

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

Shades of Tahuna Sands #DDCC9E

Tints of Tahuna Sands #DDCC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

 BLUE value IS 158 (62.11% from 255) = 27.1%

R = 37.91%
G = 34.99%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDCC9E (or 0xDDCC9E) is known color: Tahuna Sands. HEX triplet: DD, CC and 9E. RGB value is (221,204,158). Sum of RGB (Red+Green+Blue) = 221+204+158=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9E is #223361. Grayscale: #CCCCCC. Windows color (decimal): -2241378 or 10407133. OLE color: 10407133.

HSL color Cylindrical-coordinate representation of color #DDCC9E: hue angle of 43.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDCC9E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 158 -
CMYK 0 0.08 0.29 0.13
HSL 43.81º 0.48% 0.74% -
HSV(B) 43.81º 0.29% 0.87% -
XYZ 57.58 61.03 41.09 -
YUV 203.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 221 204 158 0 0.08 0.29 0.13 43.81 0.48 0.74
Hex DD CC 9E 0 8 1D D 2C 30 4A
Octal 335 314 236 0 10 35 15 54 60 112
Binary 11011101 11001100 10011110 0 1000 11101 1101 101100 110000 1001010

Color Harmonies of #DDCC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC9E

Black with #DDCC9E

Text Example


Text Example

White with #DDCC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC9E; }

 p { color: rgb(221,204,158); }

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

background-color css

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

 a { background-color: rgb(221,204,158); }

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

border-color css

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

 span { border-color: rgb(221,204,158); }

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