#DCCD98

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

Shades of Tahuna Sands #DCCD98

Tints of Tahuna Sands #DCCD98

Color information

#DCCD98 (or 0xDCCD98) is unknown color: approx Tahuna Sands. HEX triplet: DC, CD and 98. RGB value is (220,205,152). Sum of RGB (Red+Green+Blue) = 220+205+152=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 152 (59.77% from 255 or 26.34% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD98 is #233267. Grayscale: #CBCBCB. Windows color (decimal): -2306664 or 10014172. OLE color: 10014172.

HSL color Cylindrical-coordinate representation of color #DCCD98: hue angle of 46.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCCD98 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220205152-
CMYK00.070.310.14
HSL46.76º49.28%72.94%-
HSV(B)46.76º30.91%86.27%-
XYZ57.0161.1538.5-
YUV203.4498.97139.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 152 (59.77% from 255) = 26.34%
R=38.13%
G=35.53%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020515200.070.310.1446.7649.2872.94
HexDCCD98071FE2f3149
Octal3343152300737165761111
Binary11011100110011011001100001111111111101011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD98; }

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

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

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

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

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

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

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

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