#CCBC05

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

Shades of Bird Flower #CCBC05

Tints of Bird Flower #CCBC05

Color information

#CCBC05 (or 0xCCBC05) is unknown color: approx Bird Flower. HEX triplet: CC, BC and 05. RGB value is (204,188,5). Sum of RGB (Red+Green+Blue) = 204+188+5=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC05 is #3343FA. Grayscale: #ACACAC. Windows color (decimal): -3359739 or 376012. OLE color: 376012.

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

Color convert

RGB2041885-
CMYK00.080.980.2
HSL55.18º95.22%40.98%-
HSV(B)55.18º97.55%80%-
XYZ42.9148.817.3-
YUV171.9233.8150.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 188 (73.83% from 255) = 47.36%
BLUE value IS 5 (2.34% from 255) = 1.26%
R=51.39%
G=47.36%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204188500.080.980.255.1895.2240.98
HexCCBC5086214375f29
Octal3142745010142246713751
Binary1100110010111100101010001100010101001101111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC05; }

 p { color: rgb(204,188,5); }

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

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

 a { background-color: rgb(204,188,5); }

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

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

 span { border-color: rgb(204,188,5); }

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