#D0D4B8

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

Shades of Orinoco #D0D4B8

Tints of Orinoco #D0D4B8

Color information

#D0D4B8 (or 0xD0D4B8) is unknown color: approx Orinoco. HEX triplet: D0, D4 and B8. RGB value is (208,212,184). Sum of RGB (Red+Green+Blue) = 208+212+184=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4B8 is #2F2B47. Grayscale: #CFCFCF. Windows color (decimal): -3091272 or 12113104. OLE color: 12113104.

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

Color convert

RGB208212184-
CMYK0.0200.130.17
HSL68.57º24.56%77.65%-
HSV(B)68.57º13.21%83.14%-
XYZ58.2163.9654.62-
YUV207.61114.67128.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 212 (83.20% from 255) = 35.10%
BLUE value IS 184 (72.27% from 255) = 30.46%
R=34.44%
G=35.10%
B=30.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121840.0200.130.1768.5724.5677.65
HexD0D4B820D1145194e
Octal32032427020152110531116
Binary1101000011010100101110001001101100011000101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4B8; }

 p { color: rgb(208,212,184); }

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

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

 a { background-color: rgb(208,212,184); }

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

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

 span { border-color: rgb(208,212,184); }

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