#D7DCAA

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

Shades of Orinoco #D7DCAA

Tints of Orinoco #D7DCAA

Color information

#D7DCAA (or 0xD7DCAA) is unknown color: approx Orinoco. HEX triplet: D7, DC and AA. RGB value is (215,220,170). Sum of RGB (Red+Green+Blue) = 215+220+170=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCAA is #282355. Grayscale: #D4D4D4. Windows color (decimal): -2630486 or 11197655. OLE color: 11197655.

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

Color convert

RGB215220170-
CMYK0.0200.230.14
HSL66º41.67%76.47%-
HSV(B)66º22.73%86.27%-
XYZ60.8768.5448.05-
YUV212.8103.84129.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 170 (66.80% from 255) = 28.10%
R=35.54%
G=36.36%
B=28.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201700.0200.230.146641.6776.47
HexD7DCAA2017E422a4c
Octal32733425220271610252114
Binary11010111110111001010101010010111111010000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCAA; }

 p { color: rgb(215,220,170); }

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

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

 a { background-color: rgb(215,220,170); }

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

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

 span { border-color: rgb(215,220,170); }

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