#CFC41A

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

Shades of Bird Flower #CFC41A

Tints of Bird Flower #CFC41A

Color information

#CFC41A (or 0xCFC41A) is unknown color: approx Bird Flower. HEX triplet: CF, C4 and 1A. RGB value is (207,196,26). Sum of RGB (Red+Green+Blue) = 207+196+26=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC41A is #303BE5. Grayscale: #B4B4B4. Windows color (decimal): -3161062 or 1754319. OLE color: 1754319.

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

Color convert

RGB20719626-
CMYK00.050.870.19
HSL56.35º77.68%45.69%-
HSV(B)56.35º87.44%81.18%-
XYZ45.6652.828.77-
YUV179.9141.14147.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 196 (76.95% from 255) = 45.69%
BLUE value IS 26 (10.55% from 255) = 6.06%
R=48.25%
G=45.69%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071962600.050.870.1956.3577.6845.69
HexCFC41A055713384e2e
Octal3173043205127237011656
Binary11001111110001001101001011010111100111110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC41A; }

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

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

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

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

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

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

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

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