#D9DDB8

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

Shades of Orinoco #D9DDB8

Tints of Orinoco #D9DDB8

Color information

#D9DDB8 (or 0xD9DDB8) is unknown color: approx Orinoco. HEX triplet: D9, DD and B8. RGB value is (217,221,184). Sum of RGB (Red+Green+Blue) = 217+221+184=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 184 (72.27% from 255 or 29.58% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDB8 is #262247. Grayscale: #D7D7D7. Windows color (decimal): -2499144 or 12115417. OLE color: 12115417.

HSL color Cylindrical-coordinate representation of color #D9DDB8: hue angle of 66.49º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9DDB8 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB217221184-
CMYK0.0200.170.13
HSL66.49º35.24%79.41%-
HSV(B)66.49º16.74%86.67%-
XYZ63.1269.9355.52-
YUV215.59110.17129.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.89%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 184 (72.27% from 255) = 29.58%
R=34.89%
G=35.53%
B=29.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211840.0200.170.1366.4935.2479.41
HexD9DDB82011D42234f
Octal33133527020211510243117
Binary11011001110111011011100010010001110110000101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDB8; }

 p { color: rgb(217,221,184); }

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

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

 a { background-color: rgb(217,221,184); }

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

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

 span { border-color: rgb(217,221,184); }

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