#DDCB99

Color #DDCB99 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #DDCB99

Tints of Tahuna Sands #DDCB99

Color information

#DDCB99 (or 0xDDCB99) is unknown color: approx Tahuna Sands. HEX triplet: DD, CB and 99. RGB value is (221,203,153). Sum of RGB (Red+Green+Blue) = 221+203+153=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB99 is #223466. Grayscale: #CACACA. Windows color (decimal): -2241639 or 10079197. OLE color: 10079197.

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

Color convert

RGB221203153-
CMYK00.080.310.13
HSL44.12º50%73.33%-
HSV(B)44.12º30.77%86.67%-
XYZ56.9260.3838.79-
YUV202.6899.96141.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 153 (60.16% from 255) = 26.52%
R=38.30%
G=35.18%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120315300.080.310.1344.125073.33
HexDDCB99081FD2c3249
Octal33531323101037155462111
Binary110111011100101110011001010001111111011011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB99; }

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

 H1.HeaderClassName
 {
   color: #DDCB99;
 }
 .AnyTagClassName
 {
   color: #DDCB99;
 }
</style>
background-color css

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

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

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

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

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

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