#D9DCBA

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

Shades of Orinoco #D9DCBA

Tints of Orinoco #D9DCBA

Color information

#D9DCBA (or 0xD9DCBA) is unknown color: approx Orinoco. HEX triplet: D9, DC and BA. RGB value is (217,220,186). Sum of RGB (Red+Green+Blue) = 217+220+186=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCBA is #262345. Grayscale: #D7D7D7. Windows color (decimal): -2499398 or 12246233. OLE color: 12246233.

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

Color convert

RGB217220186-
CMYK0.0100.150.14
HSL65.29º32.69%79.61%-
HSV(B)65.29º15.45%86.27%-
XYZ63.0769.4856.54-
YUV215.23111.51129.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.83%
GREEN value IS 220 (86.33% from 255) = 35.31%
BLUE value IS 186 (73.05% from 255) = 29.86%
R=34.83%
G=35.31%
B=29.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201860.0100.150.1465.2932.6979.61
HexD9DCBA10FE412150
Octal33133427210171610141120
Binary110110011101110010111010101111111010000011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCBA; }

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

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

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

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

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

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

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

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