#D1CFAA

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

Shades of Orinoco #D1CFAA

Tints of Orinoco #D1CFAA

Color information

#D1CFAA (or 0xD1CFAA) is unknown color: approx Orinoco. HEX triplet: D1, CF and AA. RGB value is (209,207,170). Sum of RGB (Red+Green+Blue) = 209+207+170=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CFAA is #2E3055. Grayscale: #CBCBCB. Windows color (decimal): -3027030 or 11194321. OLE color: 11194321.

HSL color Cylindrical-coordinate representation of color #D1CFAA: hue angle of 56.92º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CFAA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB209207170-
CMYK00.010.190.18
HSL56.92º29.77%74.31%-
HSV(B)56.92º18.66%81.96%-
XYZ55.8661.0846.88-
YUV203.38109.16132.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 170 (66.80% from 255) = 29.01%
R=35.67%
G=35.32%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920717000.010.190.1856.9229.7774.31
HexD1CFAA011312391e4a
Octal3213172520123227136112
Binary110100011100111110101010011001110010111001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFAA; }

 p { color: rgb(209,207,170); }

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

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

 a { background-color: rgb(209,207,170); }

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

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

 span { border-color: rgb(209,207,170); }

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