#DCCF98

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

Shades of Tahuna Sands #DCCF98

Tints of Tahuna Sands #DCCF98

Color information

#DCCF98 (or 0xDCCF98) is unknown color: approx Tahuna Sands. HEX triplet: DC, CF and 98. RGB value is (220,207,152). Sum of RGB (Red+Green+Blue) = 220+207+152=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 152 (59.77% from 255 or 26.25% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF98 is #233067. Grayscale: #CCCCCC. Windows color (decimal): -2306152 or 10014684. OLE color: 10014684.

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

Color convert

RGB220207152-
CMYK00.060.310.14
HSL48.53º49.28%72.94%-
HSV(B)48.53º30.91%86.27%-
XYZ57.562.1138.66-
YUV204.6298.31138.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 152 (59.77% from 255) = 26.25%
R=38.00%
G=35.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020715200.060.310.1448.5349.2872.94
HexDCCF98061FE313149
Octal3343172300637166161111
Binary11011100110011111001100001101111111101100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF98; }

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

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

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

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

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

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

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

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