#CFD9AF

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

Shades of Orinoco #CFD9AF

Tints of Orinoco #CFD9AF

Color information

#CFD9AF (or 0xCFD9AF) is unknown color: approx Orinoco. HEX triplet: CF, D9 and AF. RGB value is (207,217,175). Sum of RGB (Red+Green+Blue) = 207+217+175=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD9AF is #302650. Grayscale: #D1D1D1. Windows color (decimal): -3155537 or 11524559. OLE color: 11524559.

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

Color convert

RGB207217175-
CMYK0.0500.190.15
HSL74.29º35.59%76.86%-
HSV(B)74.29º19.35%85.1%-
XYZ58.2865.9950.22-
YUV209.22108.69126.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.56%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 175 (68.75% from 255) = 29.22%
R=34.56%
G=36.23%
B=29.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171750.0500.190.1574.2935.5976.86
HexCFD9AF5013F4a244d
Octal31733125750231711244115
Binary110011111101100110101111101010011111110010101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9AF; }

 p { color: rgb(207,217,175); }

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

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

 a { background-color: rgb(207,217,175); }

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

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

 span { border-color: rgb(207,217,175); }

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