#DAD9B2

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

Shades of Orinoco #DAD9B2

Tints of Orinoco #DAD9B2

Color information

#DAD9B2 (or 0xDAD9B2) is unknown color: approx Orinoco. HEX triplet: DA, D9 and B2. RGB value is (218,217,178). Sum of RGB (Red+Green+Blue) = 218+217+178=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9B2 is #25264D. Grayscale: #D5D5D5. Windows color (decimal): -2434638 or 11721178. OLE color: 11721178.

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

Color convert

RGB218217178-
CMYK00.000.180.15
HSL58.5º35.09%77.65%-
HSV(B)58.5º18.35%85.49%-
XYZ61.7667.7551.94-
YUV212.85108.33131.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 178 (69.92% from 255) = 29.04%
R=35.56%
G=35.40%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821717800.000.180.1558.535.0977.65
HexDAD9B20012F3a234e
Octal3323312620022177243116
Binary110110101101100110110010001001011111110101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9B2; }

 p { color: rgb(218,217,178); }

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

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

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

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

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

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

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