#DADAB6

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

Shades of Orinoco #DADAB6

Tints of Orinoco #DADAB6

Color information

#DADAB6 (or 0xDADAB6) is unknown color: approx Orinoco. HEX triplet: DA, DA and B6. RGB value is (218,218,182). Sum of RGB (Red+Green+Blue) = 218+218+182=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAB6 is #252549. Grayscale: #D6D6D6. Windows color (decimal): -2434378 or 11983578. OLE color: 11983578.

HSL color Cylindrical-coordinate representation of color #DADAB6: hue angle of 60º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DADAB6 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218218182-
CMYK000.170.15
HSL60º32.73%78.43%-
HSV(B)60º16.51%85.49%-
XYZ62.4368.4354.17-
YUV213.9110130.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 182 (71.48% from 255) = 29.45%
R=35.28%
G=35.28%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218182000.170.156032.7378.43
HexDADAB60011F3c214e
Octal3323322660021177441116
Binary110110101101101010110110001000111111111001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAB6; }

 p { color: rgb(218,218,182); }

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

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

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

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

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

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

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