#CCC310

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

Shades of Bird Flower #CCC310

Tints of Bird Flower #CCC310

Color information

#CCC310 (or 0xCCC310) is unknown color: approx Bird Flower. HEX triplet: CC, C3 and 10. RGB value is (204,195,16). Sum of RGB (Red+Green+Blue) = 204+195+16=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC310 is #333CEF. Grayscale: #B2B2B2. Windows color (decimal): -3357936 or 1098700. OLE color: 1098700.

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

Color convert

RGB20419516-
CMYK00.040.920.2
HSL57.13º85.45%43.14%-
HSV(B)57.13º92.16%80%-
XYZ44.5151.98.16-
YUV177.2836.98147.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 195 (76.56% from 255) = 46.99%
BLUE value IS 16 (6.64% from 255) = 3.86%
R=49.16%
G=46.99%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041951600.040.920.257.1385.4543.14
HexCCC310045C1439552b
Octal3143032004134247112553
Binary11001100110000111000001001011100101001110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC310; }

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

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

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

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

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

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

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

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