#D1DCAD

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

Shades of Orinoco #D1DCAD

Tints of Orinoco #D1DCAD

Color information

#D1DCAD (or 0xD1DCAD) is unknown color: approx Orinoco. HEX triplet: D1, DC and AD. RGB value is (209,220,173). Sum of RGB (Red+Green+Blue) = 209+220+173=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DCAD is #2E2352. Grayscale: #D3D3D3. Windows color (decimal): -3023699 or 11394257. OLE color: 11394257.

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

Color convert

RGB209220173-
CMYK0.0500.210.14
HSL74.04º40.17%77.06%-
HSV(B)74.04º21.36%86.27%-
XYZ59.4367.7649.48-
YUV211.35106.36126.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=34.72%
G=36.54%
B=28.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092201730.0500.210.1474.0440.1777.06
HexD1DCAD5015E4a284d
Octal32133425550251611250115
Binary110100011101110010101101101010101111010010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DCAD; }

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

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

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

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

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

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

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

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