#DADCB5

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

Shades of Orinoco #DADCB5

Tints of Orinoco #DADCB5

Color information

#DADCB5 (or 0xDADCB5) is unknown color: approx Orinoco. HEX triplet: DA, DC and B5. RGB value is (218,220,181). Sum of RGB (Red+Green+Blue) = 218+220+181=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 181 (71.09% from 255 or 29.24% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB5 is #25234A. Grayscale: #D7D7D7. Windows color (decimal): -2433867 or 11918554. OLE color: 11918554.

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

Color convert

RGB218220181-
CMYK0.0100.180.14
HSL63.08º35.78%78.63%-
HSV(B)63.08º17.73%86.27%-
XYZ62.8569.4353.8-
YUV214.96108.84130.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 181 (71.09% from 255) = 29.24%
R=35.22%
G=35.54%
B=29.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201810.0100.180.1463.0835.7878.63
HexDADCB51012E3f244f
Octal3323342651022167744117
Binary110110101101110010110101101001011101111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCB5; }

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

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

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

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

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

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

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

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