#CFD79F

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

Shades of Orinoco #CFD79F

Tints of Orinoco #CFD79F

Color information

#CFD79F (or 0xCFD79F) is unknown color: approx Orinoco. HEX triplet: CF, D7 and 9F. RGB value is (207,215,159). Sum of RGB (Red+Green+Blue) = 207+215+159=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD79F is #302860. Grayscale: #CECECE. Windows color (decimal): -3156065 or 10475471. OLE color: 10475471.

HSL color Cylindrical-coordinate representation of color #CFD79F: hue angle of 68.57º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFD79F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB207215159-
CMYK0.0400.260.16
HSL68.57º41.18%73.33%-
HSV(B)68.57º26.05%84.31%-
XYZ56.2964.3742.26-
YUV206.22101.35128.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=35.63%
G=37.01%
B=27.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151590.0400.260.1668.5741.1873.33
HexCFD79F401A10452949
Octal31732723740322010551111
Binary1100111111010111100111111000110101000010001011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD79F; }

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

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

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

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

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

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

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

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