#DAD8B1

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

Shades of Orinoco #DAD8B1

Tints of Orinoco #DAD8B1

Color information

#DAD8B1 (or 0xDAD8B1) is unknown color: approx Orinoco. HEX triplet: DA, D8 and B1. RGB value is (218,216,177). Sum of RGB (Red+Green+Blue) = 218+216+177=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD8B1 is #25274E. Grayscale: #D4D4D4. Windows color (decimal): -2434895 or 11655386. OLE color: 11655386.

HSL color Cylindrical-coordinate representation of color #DAD8B1: hue angle of 57.07º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAD8B1 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB218216177-
CMYK00.010.190.15
HSL57.07º35.65%77.45%-
HSV(B)57.07º18.81%85.49%-
XYZ61.4167.1951.33-
YUV212.15108.16132.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 216 (84.77% from 255) = 35.35%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=35.68%
G=35.35%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821617700.010.190.1557.0735.6577.45
HexDAD8B10113F39244d
Octal3323302610123177144115
Binary110110101101100010110001011001111111110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8B1; }

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

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

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

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

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

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

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

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