#D7DFB6

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

Shades of Orinoco #D7DFB6

Tints of Orinoco #D7DFB6

Color information

#D7DFB6 (or 0xD7DFB6) is unknown color: approx Orinoco. HEX triplet: D7, DF and B6. RGB value is (215,223,182). Sum of RGB (Red+Green+Blue) = 215+223+182=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DFB6 is #282049. Grayscale: #D8D8D8. Windows color (decimal): -2629706 or 11984855. OLE color: 11984855.

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

Color convert

RGB215223182-
CMYK0.0400.180.13
HSL71.71º39.05%79.41%-
HSV(B)71.71º18.39%87.45%-
XYZ62.8670.654.57-
YUV215.93108.85127.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=34.68%
G=35.97%
B=29.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152231820.0400.180.1371.7139.0579.41
HexD7DFB64012D48274f
Octal32733726640221511047117
Binary110101111101111110110110100010010110110010001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DFB6; }

 p { color: rgb(215,223,182); }

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

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

 a { background-color: rgb(215,223,182); }

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

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

 span { border-color: rgb(215,223,182); }

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