#D1DCAC

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

Shades of Orinoco #D1DCAC

Tints of Orinoco #D1DCAC

Color information

#D1DCAC (or 0xD1DCAC) is unknown color: approx Orinoco. HEX triplet: D1, DC and AC. RGB value is (209,220,172). Sum of RGB (Red+Green+Blue) = 209+220+172=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCAC is #2E2353. Grayscale: #D3D3D3. Windows color (decimal): -3023700 or 11328721. OLE color: 11328721.

HSL color Cylindrical-coordinate representation of color #D1DCAC: hue angle of 73.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 #D1DCAC is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB209220172-
CMYK0.0500.220.14
HSL73.75º40.68%76.86%-
HSV(B)73.75º21.82%86.27%-
XYZ59.3367.7248.97-
YUV211.24105.86126.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 172 (67.58% from 255) = 28.62%
R=34.78%
G=36.61%
B=28.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201720.0500.220.1473.7540.6876.86
HexD1DCAC5016E4a294d
Octal32133425450261611251115
Binary110100011101110010101100101010110111010010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCAC; }

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

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

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

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

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

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

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

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