#CFC40E

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

Shades of Bird Flower #CFC40E

Tints of Bird Flower #CFC40E

Color information

#CFC40E (or 0xCFC40E) is unknown color: approx Bird Flower. HEX triplet: CF, C4 and 0E. RGB value is (207,196,14). Sum of RGB (Red+Green+Blue) = 207+196+14=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC40E is #303BF1. Grayscale: #B3B3B3. Windows color (decimal): -3161074 or 967887. OLE color: 967887.

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

Color convert

RGB20719614-
CMYK00.050.930.19
HSL56.58º87.33%43.33%-
HSV(B)56.58º93.24%81.18%-
XYZ45.5552.788.2-
YUV178.5435.14148.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.64%
GREEN value IS 196 (76.95% from 255) = 47.00%
BLUE value IS 14 (5.86% from 255) = 3.36%
R=49.64%
G=47.00%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071961400.050.930.1956.5887.3343.33
HexCFC4E055D1339572b
Octal3173041605135237112753
Binary1100111111000100111001011011101100111110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC40E; }

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

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

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

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

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

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

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

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