#D9DCAC

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

Shades of Orinoco #D9DCAC

Tints of Orinoco #D9DCAC

Color information

#D9DCAC (or 0xD9DCAC) is unknown color: approx Orinoco. HEX triplet: D9, DC and AC. RGB value is (217,220,172). Sum of RGB (Red+Green+Blue) = 217+220+172=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCAC is #262353. Grayscale: #D5D5D5. Windows color (decimal): -2499412 or 11328729. OLE color: 11328729.

HSL color Cylindrical-coordinate representation of color #D9DCAC: hue angle of 63.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9DCAC is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB217220172-
CMYK0.0100.220.14
HSL63.75º40.68%76.86%-
HSV(B)63.75º21.82%86.27%-
XYZ61.6568.9249.08-
YUV213.63104.51130.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 172 (67.58% from 255) = 28.24%
R=35.63%
G=36.12%
B=28.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201720.0100.220.1463.7540.6876.86
HexD9DCAC1016E40294d
Octal33133425410261610051115
Binary1101100111011100101011001010110111010000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCAC; }

 p { color: rgb(217,220,172); }

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

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

 a { background-color: rgb(217,220,172); }

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

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

 span { border-color: rgb(217,220,172); }

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