#CCBA03

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

Shades of Bird Flower #CCBA03

Tints of Bird Flower #CCBA03

Color information

#CCBA03 (or 0xCCBA03) is unknown color: approx Bird Flower. HEX triplet: CC, BA and 03. RGB value is (204,186,3). Sum of RGB (Red+Green+Blue) = 204+186+3=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBA03 is #3345FC. Grayscale: #ABABAB. Windows color (decimal): -3360253 or 244428. OLE color: 244428.

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

Color convert

RGB2041863-
CMYK00.090.990.2
HSL54.63º97.1%40.59%-
HSV(B)54.63º98.53%80%-
XYZ42.4847.967.1-
YUV170.5233.46151.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 3 (1.56% from 255) = 0.76%
R=51.91%
G=47.33%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204186300.090.990.254.6397.140.59
HexCCBA3096314376129
Octal3142723011143246714151
Binary110011001011101011010011100011101001101111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA03; }

 p { color: rgb(204,186,3); }

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

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

 a { background-color: rgb(204,186,3); }

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

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

 span { border-color: rgb(204,186,3); }

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