#DDCB97

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

Shades of Tahuna Sands #DDCB97

Tints of Tahuna Sands #DDCB97

Color information

#DDCB97 (or 0xDDCB97) is unknown color: approx Tahuna Sands. HEX triplet: DD, CB and 97. RGB value is (221,203,151). Sum of RGB (Red+Green+Blue) = 221+203+151=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 151 (59.38% from 255 or 26.26% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB97 is #223468. Grayscale: #CACACA. Windows color (decimal): -2241641 or 9948125. OLE color: 9948125.

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

Color convert

RGB221203151-
CMYK00.080.320.13
HSL44.57º50.72%72.94%-
HSV(B)44.57º31.67%86.67%-
XYZ56.7660.3237.93-
YUV202.4598.96141.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 151 (59.38% from 255) = 26.26%
R=38.43%
G=35.30%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120315100.080.320.1344.5750.7272.94
HexDDCB970820D2d3349
Octal33531322701040155563111
Binary1101110111001011100101110100010000011011011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB97; }

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

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

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

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

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

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

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

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