#DCCC98

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

Shades of Tahuna Sands #DCCC98

Tints of Tahuna Sands #DCCC98

Color information

#DCCC98 (or 0xDCCC98) is unknown color: approx Tahuna Sands. HEX triplet: DC, CC and 98. RGB value is (220,204,152). Sum of RGB (Red+Green+Blue) = 220+204+152=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCC98 is #233367. Grayscale: #CBCBCB. Windows color (decimal): -2306920 or 10013916. OLE color: 10013916.

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

Color convert

RGB220204152-
CMYK00.070.310.14
HSL45.88º49.28%72.94%-
HSV(B)45.88º30.91%86.27%-
XYZ56.7860.6738.42-
YUV202.8699.3140.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 152 (59.77% from 255) = 26.39%
R=38.19%
G=35.42%
B=26.39%

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
Decimal22020415200.070.310.1445.8849.2872.94
HexDCCC98071FE2e3149
Octal3343142300737165661111
Binary11011100110011001001100001111111111101011101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC98; }

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

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

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

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

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

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

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

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