#D8DAAC

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

Shades of Orinoco #D8DAAC

Tints of Orinoco #D8DAAC

Color information

#D8DAAC (or 0xD8DAAC) is unknown color: approx Orinoco. HEX triplet: D8, DA and AC. RGB value is (216,218,172). Sum of RGB (Red+Green+Blue) = 216+218+172=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAAC is #272553. Grayscale: #D4D4D4. Windows color (decimal): -2565460 or 11328216. OLE color: 11328216.

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

Color convert

RGB216218172-
CMYK0.0100.210.15
HSL62.61º38.33%76.47%-
HSV(B)62.61º21.1%85.49%-
XYZ60.8467.7248.89-
YUV212.16105.34130.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.64%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 172 (67.58% from 255) = 28.38%
R=35.64%
G=35.97%
B=28.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181720.0100.210.1562.6138.3376.47
HexD8DAAC1015F3f264c
Octal3303322541025177746114
Binary110110001101101010101100101010111111111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAAC; }

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

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

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

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

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

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

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

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