#DCCD90

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

Shades of Tahuna Sands #DCCD90

Tints of Tahuna Sands #DCCD90

Color information

#DCCD90 (or 0xDCCD90) is unknown color: approx Tahuna Sands. HEX triplet: DC, CD and 90. RGB value is (220,205,144). Sum of RGB (Red+Green+Blue) = 220+205+144=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD90 is #23326F. Grayscale: #CACACA. Windows color (decimal): -2306672 or 9489884. OLE color: 9489884.

HSL color Cylindrical-coordinate representation of color #DCCD90: hue angle of 48.16º 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 #DCCD90 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220205144-
CMYK00.070.350.14
HSL48.16º52.05%71.37%-
HSV(B)48.16º34.55%86.27%-
XYZ56.3860.8935.17-
YUV202.5394.97140.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 144 (56.64% from 255) = 25.31%
R=38.66%
G=36.03%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020514400.070.350.1448.1652.0571.37
HexDCCD900723E303447
Octal3343152200743166064107
Binary110111001100110110010000011110001111101100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD90; }

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

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

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

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

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

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

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

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