#CFC70E

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

Shades of Bird Flower #CFC70E

Tints of Bird Flower #CFC70E

Color information

#CFC70E (or 0xCFC70E) is unknown color: approx Bird Flower. HEX triplet: CF, C7 and 0E. RGB value is (207,199,14). Sum of RGB (Red+Green+Blue) = 207+199+14=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC70E is #3038F1. Grayscale: #B5B5B5. Windows color (decimal): -3160306 or 968655. OLE color: 968655.

HSL color Cylindrical-coordinate representation of color #CFC70E: hue angle of 57.51º 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 #CFC70E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB20719914-
CMYK00.040.930.19
HSL57.51º87.33%43.33%-
HSV(B)57.51º93.24%81.18%-
XYZ46.2354.148.43-
YUV180.334.15147.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 199 (78.12% from 255) = 47.38%
BLUE value IS 14 (5.86% from 255) = 3.33%
R=49.29%
G=47.38%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071991400.040.930.1957.5187.3343.33
HexCFC7E045D133a572b
Octal3173071604135237212753
Binary1100111111000111111001001011101100111110101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC70E; }

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

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

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

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

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

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

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

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