#DDCB90

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

Shades of Tahuna Sands #DDCB90

Tints of Tahuna Sands #DDCB90

Color information

#DDCB90 (or 0xDDCB90) is unknown color: approx Tahuna Sands. HEX triplet: DD, CB and 90. RGB value is (221,203,144). Sum of RGB (Red+Green+Blue) = 221+203+144=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCB90 is #22346F. Grayscale: #C9C9C9. Windows color (decimal): -2241648 or 9489373. OLE color: 9489373.

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

Color convert

RGB221203144-
CMYK00.080.350.13
HSL45.97º53.1%71.57%-
HSV(B)45.97º34.84%86.67%-
XYZ56.2160.135.02-
YUV201.6695.46141.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 144 (56.64% from 255) = 25.35%
R=38.91%
G=35.74%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120314400.080.350.1345.9753.171.57
HexDDCB900823D2e3548
Octal33531322001043155665110
Binary1101110111001011100100000100010001111011011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB90; }

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

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

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

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

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

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

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

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