#DCDAB2

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

Shades of Orinoco #DCDAB2

Tints of Orinoco #DCDAB2

Color information

#DCDAB2 (or 0xDCDAB2) is unknown color: approx Orinoco. HEX triplet: DC, DA and B2. RGB value is (220,218,178). Sum of RGB (Red+Green+Blue) = 220+218+178=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAB2 is #23254D. Grayscale: #D6D6D6. Windows color (decimal): -2303310 or 11721436. OLE color: 11721436.

HSL color Cylindrical-coordinate representation of color #DCDAB2: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCDAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220218178-
CMYK00.010.190.14
HSL57.14º37.5%78.04%-
HSV(B)57.14º19.09%86.27%-
XYZ62.6268.5752.05-
YUV214.04107.66132.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 178 (69.92% from 255) = 28.90%
R=35.71%
G=35.39%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021817800.010.190.1457.1437.578.04
HexDCDAB20113E39264e
Octal3343322620123167146116
Binary110111001101101010110010011001111101110011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAB2; }

 p { color: rgb(220,218,178); }

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

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

 a { background-color: rgb(220,218,178); }

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

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

 span { border-color: rgb(220,218,178); }

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