#D1CFAE

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

Shades of Orinoco #D1CFAE

Tints of Orinoco #D1CFAE

Color information

#D1CFAE (or 0xD1CFAE) is unknown color: approx Orinoco. HEX triplet: D1, CF and AE. RGB value is (209,207,174). Sum of RGB (Red+Green+Blue) = 209+207+174=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1CFAE is #2E3051. Grayscale: #CBCBCB. Windows color (decimal): -3027026 or 11456465. OLE color: 11456465.

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

Color convert

RGB209207174-
CMYK00.010.170.18
HSL56.57º27.56%75.1%-
HSV(B)56.57º16.75%81.96%-
XYZ56.2561.2448.9-
YUV203.84111.16131.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.42%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 174 (68.36% from 255) = 29.49%
R=35.42%
G=35.08%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920717400.010.170.1856.5727.5675.1
HexD1CFAE011112391c4b
Octal3213172560121227134113
Binary110100011100111110101110011000110010111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CFAE; }

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

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

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

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

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

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

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

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