#CFDA9F

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

Shades of Orinoco #CFDA9F

Tints of Orinoco #CFDA9F

Color information

#CFDA9F (or 0xCFDA9F) is unknown color: approx Orinoco. HEX triplet: CF, DA and 9F. RGB value is (207,218,159). Sum of RGB (Red+Green+Blue) = 207+218+159=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA9F is #302560. Grayscale: #D0D0D0. Windows color (decimal): -3155297 or 10476239. OLE color: 10476239.

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

Color convert

RGB207218159-
CMYK0.0500.270.15
HSL71.19º44.36%73.92%-
HSV(B)71.19º27.06%85.49%-
XYZ57.0665.9142.52-
YUV207.98100.36127.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.45%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=35.45%
G=37.33%
B=27.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181590.0500.270.1571.1944.3673.92
HexCFDA9F501BF472c4a
Octal31733223750331710754112
Binary110011111101101010011111101011011111110001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA9F; }

 p { color: rgb(207,218,159); }

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

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

 a { background-color: rgb(207,218,159); }

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

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

 span { border-color: rgb(207,218,159); }

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