#CCB504

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

Shades of Bird Flower #CCB504

Tints of Bird Flower #CCB504

Color information

#CCB504 (or 0xCCB504) is unknown color: approx Bird Flower. HEX triplet: CC, B5 and 04. RGB value is (204,181,4). Sum of RGB (Red+Green+Blue) = 204+181+4=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB504 is #334AFB. Grayscale: #A8A8A8. Windows color (decimal): -3361532 or 308684. OLE color: 308684.

HSL color Cylindrical-coordinate representation of color #CCB504: hue angle of 53.1º degrees, saturation: 0.96, 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 #CCB504 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB2041814-
CMYK00.110.980.2
HSL53.1º96.15%40.78%-
HSV(B)53.1º98.04%80%-
XYZ41.4545.896.79-
YUV167.735.62153.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 181 (71.09% from 255) = 46.53%
BLUE value IS 4 (1.95% from 255) = 1.03%
R=52.44%
G=46.53%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204181400.110.980.253.196.1540.78
HexCCB540B6214356029
Octal3142654013142246514051
Binary1100110010110101100010111100010101001101011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB504; }

 p { color: rgb(204,181,4); }

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

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

 a { background-color: rgb(204,181,4); }

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

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

 span { border-color: rgb(204,181,4); }

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