#DCCB95

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

Shades of Tahuna Sands #DCCB95

Tints of Tahuna Sands #DCCB95

Color information

#DCCB95 (or 0xDCCB95) is unknown color: approx Tahuna Sands. HEX triplet: DC, CB and 95. RGB value is (220,203,149). Sum of RGB (Red+Green+Blue) = 220+203+149=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB95 is #23346A. Grayscale: #CACACA. Windows color (decimal): -2307179 or 9817052. OLE color: 9817052.

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

Color convert

RGB220203149-
CMYK00.080.320.14
HSL45.63º50.35%72.35%-
HSV(B)45.63º32.27%86.27%-
XYZ56.360.137.07-
YUV201.9398.13140.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 149 (58.59% from 255) = 26.05%
R=38.46%
G=35.49%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020314900.080.320.1445.6350.3572.35
HexDCCB950820E2e3248
Octal33431322501040165662110
Binary1101110011001011100101010100010000011101011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB95; }

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

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

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

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

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

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

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

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