#DCDAB4

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

Shades of Orinoco #DCDAB4

Tints of Orinoco #DCDAB4

Color information

#DCDAB4 (or 0xDCDAB4) is unknown color: approx Orinoco. HEX triplet: DC, DA and B4. RGB value is (220,218,180). Sum of RGB (Red+Green+Blue) = 220+218+180=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 180 (70.70% from 255 or 29.13% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDAB4 is #23254B. Grayscale: #D6D6D6. Windows color (decimal): -2303308 or 11852508. OLE color: 11852508.

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

Color convert

RGB220218180-
CMYK00.010.180.14
HSL57º36.36%78.43%-
HSV(B)57º18.18%86.27%-
XYZ62.8268.6553.12-
YUV214.27108.66132.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 180 (70.70% from 255) = 29.13%
R=35.60%
G=35.28%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021818000.010.180.145736.3678.43
HexDCDAB40112E39244e
Octal3343322640122167144116
Binary110111001101101010110100011001011101110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDAB4; }

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

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

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

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

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

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

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

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