#CCCB05

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

Shades of Bird Flower #CCCB05

Tints of Bird Flower #CCCB05

Color information

#CCCB05 (or 0xCCCB05) is unknown color: approx Bird Flower. HEX triplet: CC, CB and 05. RGB value is (204,203,5). Sum of RGB (Red+Green+Blue) = 204+203+5=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCB05 is #3334FA. Grayscale: #B5B5B5. Windows color (decimal): -3355899 or 379852. OLE color: 379852.

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

Color convert

RGB2042035-
CMYK00.000.980.2
HSL59.7º95.22%40.98%-
HSV(B)59.7º97.55%80%-
XYZ46.2955.568.43-
YUV180.7328.83144.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 203 (79.69% from 255) = 49.27%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=49.51%
G=49.27%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204203500.000.980.259.795.2240.98
HexCCCB50062143c5f29
Octal314313500142247413751
Binary1100110011001011101001100010101001111001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB05; }

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

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

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

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

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

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

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

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