#D8DDAC

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

Shades of Orinoco #D8DDAC

Tints of Orinoco #D8DDAC

Color information

#D8DDAC (or 0xD8DDAC) is unknown color: approx Orinoco. HEX triplet: D8, DD and AC. RGB value is (216,221,172). Sum of RGB (Red+Green+Blue) = 216+221+172=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDAC is #272253. Grayscale: #D6D6D6. Windows color (decimal): -2564692 or 11328984. OLE color: 11328984.

HSL color Cylindrical-coordinate representation of color #D8DDAC: hue angle of 66.12º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8DDAC is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB216221172-
CMYK0.0200.220.13
HSL66.12º41.88%77.06%-
HSV(B)66.12º22.17%86.67%-
XYZ61.6269.2949.16-
YUV213.92104.34129.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=35.47%
G=36.29%
B=28.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211720.0200.220.1366.1241.8877.06
HexD8DDAC2016D422a4d
Octal33033525420261510252115
Binary11011000110111011010110010010110110110000101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDAC; }

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

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

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

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

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

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

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

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