#CCC400

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

Shades of Bird Flower #CCC400

Tints of Bird Flower #CCC400

Color information

#CCC400 (or 0xCCC400) is unknown color: approx Bird Flower. HEX triplet: CC, C4 and 00. RGB value is (204,196,0). Sum of RGB (Red+Green+Blue) = 204+196+0=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC400 is #333BFF. Grayscale: #B0B0B0. Windows color (decimal): -3357696 or 50380. OLE color: 50380.

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

Color convert

RGB2041960-
CMYK00.0410.2
HSL57.65º100%40%-
HSV(B)57.65º100%80%-
XYZ44.6452.327.75-
YUV176.0528.65147.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 0 (0.39% from 255) = 0%
R=51%
G=49%
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
Decimal204196000.0410.257.6510040
HexCCC400464143a6428
Octal314304004144247214450
Binary1100110011000100001001100100101001110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC400; }

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

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

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

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

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

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

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

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