#DCCF93

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

Shades of Tahuna Sands #DCCF93

Tints of Tahuna Sands #DCCF93

Color information

#DCCF93 (or 0xDCCF93) is unknown color: approx Tahuna Sands. HEX triplet: DC, CF and 93. RGB value is (220,207,147). Sum of RGB (Red+Green+Blue) = 220+207+147=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF93 is #23306C. Grayscale: #CCCCCC. Windows color (decimal): -2306157 or 9687004. OLE color: 9687004.

HSL color Cylindrical-coordinate representation of color #DCCF93: hue angle of 49.32º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCCF93 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220207147-
CMYK00.060.330.14
HSL49.32º51.05%71.96%-
HSV(B)49.32º33.18%86.27%-
XYZ57.0961.9536.55-
YUV204.0595.81139.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.33%
GREEN value IS 207 (81.25% from 255) = 36.06%
BLUE value IS 147 (57.81% from 255) = 25.61%
R=38.33%
G=36.06%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020714700.060.330.1449.3251.0571.96
HexDCCF930621E313348
Octal3343172230641166163110
Binary110111001100111110010011011010000111101100011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF93; }

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

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

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

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

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

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

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

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