#CCBB10

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

Shades of Bird Flower #CCBB10

Tints of Bird Flower #CCBB10

Color information

#CCBB10 (or 0xCCBB10) is unknown color: approx Bird Flower. HEX triplet: CC, BB and 10. RGB value is (204,187,16). Sum of RGB (Red+Green+Blue) = 204+187+16=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBB10 is #3344EF. Grayscale: #ADADAD. Windows color (decimal): -3359984 or 1096652. OLE color: 1096652.

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

Color convert

RGB20418716-
CMYK00.080.920.2
HSL54.57º85.45%43.14%-
HSV(B)54.57º92.16%80%-
XYZ42.7748.427.58-
YUV172.5939.63150.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.12%
GREEN value IS 187 (73.44% from 255) = 45.95%
BLUE value IS 16 (6.64% from 255) = 3.93%
R=50.12%
G=45.95%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041871600.080.920.254.5785.4543.14
HexCCBB10085C1437552b
Octal31427320010134246712553
Binary110011001011101110000010001011100101001101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB10; }

 p { color: rgb(204,187,16); }

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

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

 a { background-color: rgb(204,187,16); }

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

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

 span { border-color: rgb(204,187,16); }

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