#D4D7BB

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

Shades of Orinoco #D4D7BB

Tints of Orinoco #D4D7BB

Color information

#D4D7BB (or 0xD4D7BB) is unknown color: approx Orinoco. HEX triplet: D4, D7 and BB. RGB value is (212,215,187). Sum of RGB (Red+Green+Blue) = 212+215+187=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7BB is #2B2844. Grayscale: #D3D3D3. Windows color (decimal): -2828357 or 12310484. OLE color: 12310484.

HSL color Cylindrical-coordinate representation of color #D4D7BB: hue angle of 66.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4D7BB is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB212215187-
CMYK0.0100.130.16
HSL66.43º25.93%78.82%-
HSV(B)66.43º13.02%84.31%-
XYZ60.4266.1956.6-
YUV210.91114.51128.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=34.53%
G=35.02%
B=30.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122151870.0100.130.1666.4325.9378.82
HexD4D7BB10D10421a4f
Octal32432727310152010232117
Binary110101001101011110111011101101100001000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D7BB; }

 p { color: rgb(212,215,187); }

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

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

 a { background-color: rgb(212,215,187); }

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

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

 span { border-color: rgb(212,215,187); }

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