#DADAB4

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

Shades of Orinoco #DADAB4

Tints of Orinoco #DADAB4

Color information

#DADAB4 (or 0xDADAB4) is unknown color: approx Orinoco. HEX triplet: DA, DA and B4. RGB value is (218,218,180). Sum of RGB (Red+Green+Blue) = 218+218+180=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAB4 is #25254B. Grayscale: #D5D5D5. Windows color (decimal): -2434380 or 11852506. OLE color: 11852506.

HSL color Cylindrical-coordinate representation of color #DADAB4: hue angle of 60º degrees, saturation: 0.34, 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 #DADAB4 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB218218180-
CMYK000.170.15
HSL60º33.93%78.04%-
HSV(B)60º17.43%85.49%-
XYZ62.2268.3453.09-
YUV213.67109131.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 218 (85.55% from 255) = 35.39%
BLUE value IS 180 (70.70% from 255) = 29.22%
R=35.39%
G=35.39%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218180000.170.156033.9378.04
HexDADAB40011F3c224e
Octal3323322640021177442116
Binary110110101101101010110100001000111111111001000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAB4; }

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

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

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

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

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

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

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

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