#CFD9A4

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

Shades of Orinoco #CFD9A4

Tints of Orinoco #CFD9A4

Color information

#CFD9A4 (or 0xCFD9A4) is unknown color: approx Orinoco. HEX triplet: CF, D9 and A4. RGB value is (207,217,164). Sum of RGB (Red+Green+Blue) = 207+217+164=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 164 (64.45% from 255 or 27.89% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD9A4 is #30265B. Grayscale: #D0D0D0. Windows color (decimal): -3155548 or 10803663. OLE color: 10803663.

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

Color convert

RGB207217164-
CMYK0.0500.240.15
HSL71.32º41.09%74.71%-
HSV(B)71.32º24.42%85.1%-
XYZ57.2565.5744.76-
YUV207.97103.19127.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 164 (64.45% from 255) = 27.89%
R=35.20%
G=36.90%
B=27.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072171640.0500.240.1571.3241.0974.71
HexCFD9A45018F47294b
Octal31733124450301710751113
Binary110011111101100110100100101011000111110001111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9A4; }

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

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

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

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

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

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

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

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