#CCC50B

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

Shades of Bird Flower #CCC50B

Tints of Bird Flower #CCC50B

Color information

#CCC50B (or 0xCCC50B) is unknown color: approx Bird Flower. HEX triplet: CC, C5 and 0B. RGB value is (204,197,11). Sum of RGB (Red+Green+Blue) = 204+197+11=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC50B is #333AF4. Grayscale: #B2B2B2. Windows color (decimal): -3357429 or 771532. OLE color: 771532.

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

Color convert

RGB20419711-
CMYK00.030.950.2
HSL57.82º89.77%42.16%-
HSV(B)57.82º94.61%80%-
XYZ44.9352.798.14-
YUV177.8933.82146.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 11 (4.69% from 255) = 2.67%
R=49.51%
G=47.82%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041971100.030.950.257.8289.7742.16
HexCCC5B035F143a5a2a
Octal3143051303137247213252
Binary110011001100010110110111011111101001110101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC50B; }

 p { color: rgb(204,197,11); }

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

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

 a { background-color: rgb(204,197,11); }

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

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

 span { border-color: rgb(204,197,11); }

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