#D6DDAC

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

Shades of Orinoco #D6DDAC

Tints of Orinoco #D6DDAC

Color information

#D6DDAC (or 0xD6DDAC) is unknown color: approx Orinoco. HEX triplet: D6, DD and AC. RGB value is (214,221,172). Sum of RGB (Red+Green+Blue) = 214+221+172=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDAC is #292253. Grayscale: #D5D5D5. Windows color (decimal): -2695764 or 11328982. OLE color: 11328982.

HSL color Cylindrical-coordinate representation of color #D6DDAC: hue angle of 68.57º 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 #D6DDAC is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB214221172-
CMYK0.0300.220.13
HSL68.57º41.88%77.06%-
HSV(B)68.57º22.17%86.67%-
XYZ61.0368.9949.13-
YUV213.32104.68128.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=35.26%
G=36.41%
B=28.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211720.0300.220.1368.5741.8877.06
HexD6DDAC3016D452a4d
Octal32633525430261510552115
Binary11010110110111011010110011010110110110001011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDAC; }

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

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

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

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

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

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

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

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