#D7DBBA

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

Shades of Orinoco #D7DBBA

Tints of Orinoco #D7DBBA

Color information

#D7DBBA (or 0xD7DBBA) is unknown color: approx Orinoco. HEX triplet: D7, DB and BA. RGB value is (215,219,186). Sum of RGB (Red+Green+Blue) = 215+219+186=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBBA is #282445. Grayscale: #D6D6D6. Windows color (decimal): -2630726 or 12245975. OLE color: 12245975.

HSL color Cylindrical-coordinate representation of color #D7DBBA: hue angle of 67.27º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DBBA is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB215219186-
CMYK0.0200.150.14
HSL67.27º31.43%79.41%-
HSV(B)67.27º15.07%85.88%-
XYZ62.2268.6656.43-
YUV214.04112.17128.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 186 (73.05% from 255) = 30%
R=34.68%
G=35.32%
B=30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152191860.0200.150.1467.2731.4379.41
HexD7DBBA20FE431f4f
Octal32733327220171610337117
Binary110101111101101110111010100111111101000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBBA; }

 p { color: rgb(215,219,186); }

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

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

 a { background-color: rgb(215,219,186); }

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

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

 span { border-color: rgb(215,219,186); }

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