#CFBC09

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

Shades of Bird Flower #CFBC09

Tints of Bird Flower #CFBC09

Color information

#CFBC09 (or 0xCFBC09) is unknown color: approx Bird Flower. HEX triplet: CF, BC and 09. RGB value is (207,188,9). Sum of RGB (Red+Green+Blue) = 207+188+9=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFBC09 is #3043F6. Grayscale: #AEAEAE. Windows color (decimal): -3163127 or 638159. OLE color: 638159.

HSL color Cylindrical-coordinate representation of color #CFBC09: hue angle of 54.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFBC09 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB2071889-
CMYK00.090.960.19
HSL54.24º91.67%42.35%-
HSV(B)54.24º95.65%81.18%-
XYZ43.7649.257.46-
YUV173.2835.29152.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.24%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 9 (3.91% from 255) = 2.23%
R=51.24%
G=46.53%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207188900.090.960.1954.2491.6742.35
HexCFBC9096013365c2a
Octal31727411011140236613452
Binary11001111101111001001010011100000100111101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC09; }

 p { color: rgb(207,188,9); }

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

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

 a { background-color: rgb(207,188,9); }

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

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

 span { border-color: rgb(207,188,9); }

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