#DCDAB3

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

Shades of Orinoco #DCDAB3

Tints of Orinoco #DCDAB3

Color information

#DCDAB3 (or 0xDCDAB3) is unknown color: approx Orinoco. HEX triplet: DC, DA and B3. RGB value is (220,218,179). Sum of RGB (Red+Green+Blue) = 220+218+179=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAB3 is #23254C. Grayscale: #D6D6D6. Windows color (decimal): -2303309 or 11786972. OLE color: 11786972.

HSL color Cylindrical-coordinate representation of color #DCDAB3: hue angle of 57.07º degrees, saturation: 0.37, 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 #DCDAB3 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220218179-
CMYK00.010.190.14
HSL57.07º36.94%78.24%-
HSV(B)57.07º18.64%86.27%-
XYZ62.7268.6152.59-
YUV214.15108.16132.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 179 (70.31% from 255) = 29.01%
R=35.66%
G=35.33%
B=29.01%

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
Decimal22021817900.010.190.1457.0736.9478.24
HexDCDAB30113E39254e
Octal3343322630123167145116
Binary110111001101101010110011011001111101110011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAB3; }

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

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

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

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

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

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

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

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