#CCC300

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

Shades of Bird Flower #CCC300

Tints of Bird Flower #CCC300

Color information

#CCC300 (or 0xCCC300) is unknown color: approx Bird Flower. HEX triplet: CC, C3 and 00. RGB value is (204,195,0). Sum of RGB (Red+Green+Blue) = 204+195+0=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC300 is #333CFF. Grayscale: #B0B0B0. Windows color (decimal): -3357952 or 50124. OLE color: 50124.

HSL color Cylindrical-coordinate representation of color #CCC300: hue angle of 57.35º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2041950-
CMYK00.0410.2
HSL57.35º100%40%-
HSV(B)57.35º100%80%-
XYZ44.4251.877.67-
YUV175.4628.98148.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.13%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.13%
G=48.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204195000.0410.257.3510040
HexCCC30046414396428
Octal314303004144247114450
Binary1100110011000011001001100100101001110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC300; }

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

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

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

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

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

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

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

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