#CFD39F

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

Shades of Orinoco #CFD39F

Tints of Orinoco #CFD39F

Color information

#CFD39F (or 0xCFD39F) is unknown color: approx Orinoco. HEX triplet: CF, D3 and 9F. RGB value is (207,211,159). Sum of RGB (Red+Green+Blue) = 207+211+159=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD39F is #302C60. Grayscale: #CCCCCC. Windows color (decimal): -3157089 or 10474447. OLE color: 10474447.

HSL color Cylindrical-coordinate representation of color #CFD39F: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFD39F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB207211159-
CMYK0.0200.250.17
HSL64.62º37.14%72.55%-
HSV(B)64.62º24.64%82.75%-
XYZ55.2862.3641.92-
YUV203.88102.67130.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 211 (82.81% from 255) = 36.57%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=35.88%
G=36.57%
B=27.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2072111590.0200.250.1764.6237.1472.55
HexCFD39F201911412549
Octal31732323720312110145111
Binary110011111101001110011111100110011000110000011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD39F; }

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

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

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

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

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

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

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

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