#DCC990

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

Shades of Tahuna Sands #DCC990

Tints of Tahuna Sands #DCC990

Color information

#DCC990 (or 0xDCC990) is unknown color: approx Tahuna Sands. HEX triplet: DC, C9 and 90. RGB value is (220,201,144). Sum of RGB (Red+Green+Blue) = 220+201+144=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC990 is #23366F. Grayscale: #C8C8C8. Windows color (decimal): -2307696 or 9488860. OLE color: 9488860.

HSL color Cylindrical-coordinate representation of color #DCC990: hue angle of 45º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCC990 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220201144-
CMYK00.090.350.14
HSL45º52.05%71.37%-
HSV(B)45º34.55%86.27%-
XYZ55.445934.85-
YUV200.1896.29142.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.94%
GREEN value IS 201 (78.91% from 255) = 35.58%
BLUE value IS 144 (56.64% from 255) = 25.49%
R=38.94%
G=35.58%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020114400.090.350.144552.0571.37
HexDCC9900923E2d3447
Octal33431122001143165564107
Binary1101110011001001100100000100110001111101011011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC990; }

 p { color: rgb(220,201,144); }

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

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

 a { background-color: rgb(220,201,144); }

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

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

 span { border-color: rgb(220,201,144); }

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