#D7DBA7

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

Shades of Orinoco #D7DBA7

Tints of Orinoco #D7DBA7

Color information

#D7DBA7 (or 0xD7DBA7) is unknown color: approx Orinoco. HEX triplet: D7, DB and A7. RGB value is (215,219,167). Sum of RGB (Red+Green+Blue) = 215+219+167=601 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.77% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DBA7 is #282458. Grayscale: #D4D4D4. Windows color (decimal): -2630745 or 11000791. OLE color: 11000791.

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

Color convert

RGB215219167-
CMYK0.0200.240.14
HSL64.62º41.94%75.69%-
HSV(B)64.62º23.74%85.88%-
XYZ60.3367.946.49-
YUV211.88102.67130.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.77%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 167 (65.62% from 255) = 27.79%
R=35.77%
G=36.44%
B=27.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152191670.0200.240.1464.6241.9475.69
HexD7DBA72018E412a4c
Octal32733324720301610152114
Binary11010111110110111010011110011000111010000011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBA7; }

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

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

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

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

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

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

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

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