Html Css Color HEX #DDCC99 Tahuna Sands

📋 copy color: '#DDCC99'

red 221 ◦ green 204 ◦ blue 153

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

Shades of Tahuna Sands #DDCC99

Tints of Tahuna Sands #DDCC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.47%

R = 38.24%
G = 35.29%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDCC99 (or 0xDDCC99) is known color: Tahuna Sands. HEX triplet: DD, CC and 99. RGB value is (221,204,153). Sum of RGB (Red+Green+Blue) = 221+204+153=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC99 is #223366. Grayscale: #CBCBCB. Windows color (decimal): -2241383 or 10079453. OLE color: 10079453.

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

Color convert

RGB 221 204 153 -
CMYK 0 0.08 0.31 0.13
HSL 45º 0.5% 0.73% -
HSV(B) 45º 0.31% 0.87% -
XYZ 57.16 60.86 38.87 -
YUV 203.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 221 204 153 0 0.08 0.31 0.13 45 0.5 0.73
Hex DD CC 99 0 8 1F D 2D 32 49
Octal 335 314 231 0 10 37 15 55 62 111
Binary 11011101 11001100 10011001 0 1000 11111 1101 101101 110010 1001001

Color Harmonies of #DDCC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC99

Black with #DDCC99

Text Example


Text Example

White with #DDCC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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