#DAD8B5

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

Shades of Orinoco #DAD8B5

Tints of Orinoco #DAD8B5

Color information

#DAD8B5 (or 0xDAD8B5) is unknown color: approx Orinoco. HEX triplet: DA, D8 and B5. RGB value is (218,216,181). Sum of RGB (Red+Green+Blue) = 218+216+181=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 216 (84.77% from 255 or 35.12% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8B5 is #25274A. Grayscale: #D4D4D4. Windows color (decimal): -2434891 or 11917530. OLE color: 11917530.

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

Color convert

RGB218216181-
CMYK00.010.170.15
HSL56.76º33.33%78.24%-
HSV(B)56.76º16.97%85.49%-
XYZ61.8167.3553.46-
YUV212.61110.16131.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 216 (84.77% from 255) = 35.12%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=35.45%
G=35.12%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821618100.010.170.1556.7633.3378.24
HexDAD8B50111F39214e
Octal3323302650121177141116
Binary110110101101100010110101011000111111110011000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8B5; }

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

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

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

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

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

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

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

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