#CFC20E

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

Shades of Bird Flower #CFC20E

Tints of Bird Flower #CFC20E

Color information

#CFC20E (or 0xCFC20E) is unknown color: approx Bird Flower. HEX triplet: CF, C2 and 0E. RGB value is (207,194,14). Sum of RGB (Red+Green+Blue) = 207+194+14=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC20E is #303DF1. Grayscale: #B2B2B2. Windows color (decimal): -3161586 or 967375. OLE color: 967375.

HSL color Cylindrical-coordinate representation of color #CFC20E: hue angle of 55.96º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFC20E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20719414-
CMYK00.060.930.19
HSL55.96º87.33%43.33%-
HSV(B)55.96º93.24%81.18%-
XYZ45.151.888.05-
YUV177.3735.81149.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=49.88%
G=46.75%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071941400.060.930.1955.9687.3343.33
HexCFC2E065D1338572b
Octal3173021606135237012753
Binary1100111111000010111001101011101100111110001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC20E; }

 p { color: rgb(207,194,14); }

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

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

 a { background-color: rgb(207,194,14); }

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

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

 span { border-color: rgb(207,194,14); }

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