#D5D9B7

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

Shades of Orinoco #D5D9B7

Tints of Orinoco #D5D9B7

Color information

#D5D9B7 (or 0xD5D9B7) is unknown color: approx Orinoco. HEX triplet: D5, D9 and B7. RGB value is (213,217,183). Sum of RGB (Red+Green+Blue) = 213+217+183=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D9B7 is #2A2648. Grayscale: #D4D4D4. Windows color (decimal): -2762313 or 12048853. OLE color: 12048853.

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

Color convert

RGB213217183-
CMYK0.0200.160.15
HSL67.06º30.91%78.43%-
HSV(B)67.06º15.67%85.1%-
XYZ60.867.1954.56-
YUV211.93111.67128.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.75%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 183 (71.88% from 255) = 29.85%
R=34.75%
G=35.40%
B=29.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171830.0200.160.1567.0630.9178.43
HexD5D9B72010F431f4e
Octal32533126720201710337116
Binary1101010111011001101101111001000011111000011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D9B7; }

 p { color: rgb(213,217,183); }

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

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

 a { background-color: rgb(213,217,183); }

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

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

 span { border-color: rgb(213,217,183); }

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