#D4D7B7

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

Shades of Orinoco #D4D7B7

Tints of Orinoco #D4D7B7

Color information

#D4D7B7 (or 0xD4D7B7) is unknown color: approx Orinoco. HEX triplet: D4, D7 and B7. RGB value is (212,215,183). Sum of RGB (Red+Green+Blue) = 212+215+183=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7B7 is #2B2848. Grayscale: #D2D2D2. Windows color (decimal): -2828361 or 12048340. OLE color: 12048340.

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

Color convert

RGB212215183-
CMYK0.0100.150.16
HSL65.62º28.57%78.04%-
HSV(B)65.62º14.88%84.31%-
XYZ6066.0254.38-
YUV210.46112.51129.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 183 (71.88% from 255) = 30%
R=34.75%
G=35.25%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122151830.0100.150.1665.6228.5778.04
HexD4D7B710F10421d4e
Octal32432726710172010235116
Binary110101001101011110110111101111100001000010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D7B7; }

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

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

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

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

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

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

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

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