#DDCB93

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

Shades of Tahuna Sands #DDCB93

Tints of Tahuna Sands #DDCB93

Color information

#DDCB93 (or 0xDDCB93) is unknown color: approx Tahuna Sands. HEX triplet: DD, CB and 93. RGB value is (221,203,147). Sum of RGB (Red+Green+Blue) = 221+203+147=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB93 is #22346C. Grayscale: #CACACA. Windows color (decimal): -2241645 or 9685981. OLE color: 9685981.

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

Color convert

RGB221203147-
CMYK00.080.330.13
HSL45.41º52.11%72.16%-
HSV(B)45.41º33.48%86.67%-
XYZ56.4460.1936.25-
YUV20296.96141.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 147 (57.81% from 255) = 25.74%
R=38.70%
G=35.55%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120314700.080.330.1345.4152.1172.16
HexDDCB930821D2d3448
Octal33531322301041155564110
Binary1101110111001011100100110100010000111011011011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB93; }

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

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

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

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

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

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

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

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