#CCBF09

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

Shades of Bird Flower #CCBF09

Tints of Bird Flower #CCBF09

Color information

#CCBF09 (or 0xCCBF09) is unknown color: approx Bird Flower. HEX triplet: CC, BF and 09. RGB value is (204,191,9). Sum of RGB (Red+Green+Blue) = 204+191+9=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBF09 is #3340F6. Grayscale: #AEAEAE. Windows color (decimal): -3358967 or 638924. OLE color: 638924.

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

Color convert

RGB2041919-
CMYK00.060.960.2
HSL56º91.55%41.76%-
HSV(B)56º95.59%80%-
XYZ43.5850.127.64-
YUV174.1434.81149.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 191 (75% from 255) = 47.28%
BLUE value IS 9 (3.91% from 255) = 2.23%
R=50.50%
G=47.28%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204191900.060.960.25691.5541.76
HexCCBF9066014385c2a
Octal3142771106140247013452
Binary1100110010111111100101101100000101001110001011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF09; }

 p { color: rgb(204,191,9); }

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

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

 a { background-color: rgb(204,191,9); }

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

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

 span { border-color: rgb(204,191,9); }

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