#DCCF95

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

Shades of Tahuna Sands #DCCF95

Tints of Tahuna Sands #DCCF95

Color information

#DCCF95 (or 0xDCCF95) is unknown color: approx Tahuna Sands. HEX triplet: DC, CF and 95. RGB value is (220,207,149). Sum of RGB (Red+Green+Blue) = 220+207+149=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCF95 is #23306A. Grayscale: #CCCCCC. Windows color (decimal): -2306155 or 9818076. OLE color: 9818076.

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

Color convert

RGB220207149-
CMYK00.060.320.14
HSL49.01º50.35%72.35%-
HSV(B)49.01º32.27%86.27%-
XYZ57.2562.0137.39-
YUV204.2796.81139.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=38.19%
G=35.94%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020714900.060.320.1449.0150.3572.35
HexDCCF950620E313248
Octal3343172250640166162110
Binary110111001100111110010101011010000011101100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCF95; }

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

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

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

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

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

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

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

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