#DAD9AD

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

Shades of Orinoco #DAD9AD

Tints of Orinoco #DAD9AD

Color information

#DAD9AD (or 0xDAD9AD) is unknown color: approx Orinoco. HEX triplet: DA, D9 and AD. RGB value is (218,217,173). Sum of RGB (Red+Green+Blue) = 218+217+173=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 173 (67.97% from 255 or 28.45% from 608); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9AD is #252652. Grayscale: #D4D4D4. Windows color (decimal): -2434643 or 11393498. OLE color: 11393498.

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

Color convert

RGB218217173-
CMYK00.000.210.15
HSL58.67º37.82%76.67%-
HSV(B)58.67º20.64%85.49%-
XYZ61.2767.5549.34-
YUV212.28105.83132.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.86%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 173 (67.97% from 255) = 28.45%
R=35.86%
G=35.69%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821717300.000.210.1558.6737.8276.67
HexDAD9AD0015F3b264d
Octal3323312550025177346115
Binary110110101101100110101101001010111111110111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9AD; }

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

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

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

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

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

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

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

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