#CCC60E

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

Shades of Bird Flower #CCC60E

Tints of Bird Flower #CCC60E

Color information

#CCC60E (or 0xCCC60E) is unknown color: approx Bird Flower. HEX triplet: CC, C6 and 0E. RGB value is (204,198,14). Sum of RGB (Red+Green+Blue) = 204+198+14=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC60E is #3339F1. Grayscale: #B3B3B3. Windows color (decimal): -3357170 or 968396. OLE color: 968396.

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

Color convert

RGB20419814-
CMYK00.030.930.2
HSL58.11º87.16%42.75%-
HSV(B)58.11º93.14%80%-
XYZ45.1853.268.31-
YUV178.8234.99145.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 198 (77.73% from 255) = 47.60%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=49.04%
G=47.60%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041981400.030.930.258.1187.1642.75
HexCCC6E035D143a572b
Octal3143061603135247212753
Binary110011001100011011100111011101101001110101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC60E; }

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

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

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

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

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

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

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

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