#D7DBB3

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

Shades of Orinoco #D7DBB3

Tints of Orinoco #D7DBB3

Color information

#D7DBB3 (or 0xD7DBB3) is unknown color: approx Orinoco. HEX triplet: D7, DB and B3. RGB value is (215,219,179). Sum of RGB (Red+Green+Blue) = 215+219+179=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 179 (70.31% from 255 or 29.20% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBB3 is #28244C. Grayscale: #D5D5D5. Windows color (decimal): -2630733 or 11787223. OLE color: 11787223.

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

Color convert

RGB215219179-
CMYK0.0200.180.14
HSL66º35.71%78.04%-
HSV(B)66º18.26%85.88%-
XYZ61.4968.3652.6-
YUV213.24108.67129.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.07%
GREEN value IS 219 (85.94% from 255) = 35.73%
BLUE value IS 179 (70.31% from 255) = 29.20%
R=35.07%
G=35.73%
B=29.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152191790.0200.180.146635.7178.04
HexD7DBB32012E42244e
Octal32733326320221610244116
Binary11010111110110111011001110010010111010000101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBB3; }

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

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

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

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

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

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

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

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