#CCC619

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

Shades of Bird Flower #CCC619

Tints of Bird Flower #CCC619

Color information

#CCC619 (or 0xCCC619) is unknown color: approx Bird Flower. HEX triplet: CC, C6 and 19. RGB value is (204,198,25). Sum of RGB (Red+Green+Blue) = 204+198+25=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC619 is #3339E6. Grayscale: #B4B4B4. Windows color (decimal): -3357159 or 1689292. OLE color: 1689292.

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

Color convert

RGB20419825-
CMYK00.030.880.2
HSL57.99º78.17%44.9%-
HSV(B)57.99º87.75%80%-
XYZ45.2753.38.82-
YUV180.0740.49145.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 25 (10.16% from 255) = 5.85%
R=47.78%
G=46.37%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041982500.030.880.257.9978.1744.9
HexCCC6190358143a4e2d
Octal3143063103130247211655
Binary1100110011000110110010111011000101001110101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC619; }

 p { color: rgb(204,198,25); }

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

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

 a { background-color: rgb(204,198,25); }

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

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

 span { border-color: rgb(204,198,25); }

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