#D7DBB4

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

Shades of Orinoco #D7DBB4

Tints of Orinoco #D7DBB4

Color information

#D7DBB4 (or 0xD7DBB4) is unknown color: approx Orinoco. HEX triplet: D7, DB and B4. RGB value is (215,219,180). Sum of RGB (Red+Green+Blue) = 215+219+180=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBB4 is #28244B. Grayscale: #D5D5D5. Windows color (decimal): -2630732 or 11852759. OLE color: 11852759.

HSL color Cylindrical-coordinate representation of color #D7DBB4: hue angle of 66.15º degrees, saturation: 0.35, 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 #D7DBB4 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB215219180-
CMYK0.0200.180.14
HSL66.15º35.14%78.24%-
HSV(B)66.15º17.81%85.88%-
XYZ61.5968.4153.14-
YUV213.36109.17129.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.02%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=35.02%
G=35.67%
B=29.32%

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
Decimal2152191800.0200.180.1466.1535.1478.24
HexD7DBB42012E42234e
Octal32733326420221610243116
Binary11010111110110111011010010010010111010000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBB4; }

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

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

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

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

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

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

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

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