#D7D8AE

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

Shades of Orinoco #D7D8AE

Tints of Orinoco #D7D8AE

Color information

#D7D8AE (or 0xD7D8AE) is unknown color: approx Orinoco. HEX triplet: D7, D8 and AE. RGB value is (215,216,174). Sum of RGB (Red+Green+Blue) = 215+216+174=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D8AE is #282751. Grayscale: #D3D3D3. Windows color (decimal): -2631506 or 11458775. OLE color: 11458775.

HSL color Cylindrical-coordinate representation of color #D7D8AE: hue angle of 61.43º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7D8AE is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB215216174-
CMYK0.0000.190.15
HSL61.43º35%76.47%-
HSV(B)61.43º19.44%84.71%-
XYZ60.2266.6149.73-
YUV210.91107.17130.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=35.54%
G=35.70%
B=28.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152161740.0000.190.1561.433576.47
HexD7D8AE0013F3d234c
Octal3273302560023177543114
Binary110101111101100010101110001001111111111011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D8AE; }

 p { color: rgb(215,216,174); }

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

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

 a { background-color: rgb(215,216,174); }

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

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

 span { border-color: rgb(215,216,174); }

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