#DAD8AF

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

Shades of Orinoco #DAD8AF

Tints of Orinoco #DAD8AF

Color information

#DAD8AF (or 0xDAD8AF) is unknown color: approx Orinoco. HEX triplet: DA, D8 and AF. RGB value is (218,216,175). Sum of RGB (Red+Green+Blue) = 218+216+175=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD8AF is #252750. Grayscale: #D4D4D4. Windows color (decimal): -2434897 or 11524314. OLE color: 11524314.

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

Color convert

RGB218216175-
CMYK00.010.200.15
HSL57.21º36.75%77.06%-
HSV(B)57.21º19.72%85.49%-
XYZ61.2167.1150.29-
YUV211.92107.16132.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.80%
GREEN value IS 216 (84.77% from 255) = 35.47%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=35.80%
G=35.47%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821617500.010.200.1557.2136.7577.06
HexDAD8AF0114F39254d
Octal3323302570124177145115
Binary110110101101100010101111011010011111110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD8AF; }

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

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

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

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

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

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

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

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