#CCC510

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

Shades of Bird Flower #CCC510

Tints of Bird Flower #CCC510

Color information

#CCC510 (or 0xCCC510) is unknown color: approx Bird Flower. HEX triplet: CC, C5 and 10. RGB value is (204,197,16). Sum of RGB (Red+Green+Blue) = 204+197+16=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC510 is #333AEF. Grayscale: #B3B3B3. Windows color (decimal): -3357424 or 1099212. OLE color: 1099212.

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

Color convert

RGB20419716-
CMYK00.030.920.2
HSL57.77º85.45%43.14%-
HSV(B)57.77º92.16%80%-
XYZ44.9652.818.31-
YUV178.4636.32146.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.92%
GREEN value IS 197 (77.34% from 255) = 47.24%
BLUE value IS 16 (6.64% from 255) = 3.84%
R=48.92%
G=47.24%
B=3.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041971600.030.920.257.7785.4543.14
HexCCC510035C143a552b
Octal3143052003134247212553
Binary1100110011000101100000111011100101001110101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC510; }

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

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

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

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

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

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

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

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