Html Css Color HEX #DDCC9F Tahuna Sands

📋 copy color: '#DDCC9F'

red 221 ◦ green 204 ◦ blue 159

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

Shades of Tahuna Sands #DDCC9F

Tints of Tahuna Sands #DDCC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.23%

R = 37.84%
G = 34.93%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDCC9F (or 0xDDCC9F) is known color: Tahuna Sands. HEX triplet: DD, CC and 9F. RGB value is (221,204,159). Sum of RGB (Red+Green+Blue) = 221+204+159=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC9F is #223360. Grayscale: #CCCCCC. Windows color (decimal): -2241377 or 10472669. OLE color: 10472669.

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

Color convert

RGB 221 204 159 -
CMYK 0 0.08 0.28 0.13
HSL 43.55º 0.48% 0.75% -
HSV(B) 43.55º 0.28% 0.87% -
XYZ 57.67 61.06 41.55 -
YUV 203.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 221 204 159 0 0.08 0.28 0.13 43.55 0.48 0.75
Hex DD CC 9F 0 8 1C D 2C 30 4B
Octal 335 314 237 0 10 34 15 54 60 113
Binary 11011101 11001100 10011111 0 1000 11100 1101 101100 110000 1001011

Color Harmonies of #DDCC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC9F

Black with #DDCC9F

Text Example


Text Example

White with #DDCC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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