#CCC40E

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

Shades of Bird Flower #CCC40E

Tints of Bird Flower #CCC40E

Color information

#CCC40E (or 0xCCC40E) is unknown color: approx Bird Flower. HEX triplet: CC, C4 and 0E. RGB value is (204,196,14). Sum of RGB (Red+Green+Blue) = 204+196+14=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC40E is #333BF1. Grayscale: #B2B2B2. Windows color (decimal): -3357682 or 967884. OLE color: 967884.

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

Color convert

RGB20419614-
CMYK00.040.930.2
HSL57.47º87.16%42.75%-
HSV(B)57.47º93.14%80%-
XYZ44.7252.358.16-
YUV177.6435.65146.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 196 (76.95% from 255) = 47.34%
BLUE value IS 14 (5.86% from 255) = 3.38%
R=49.28%
G=47.34%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041961400.040.930.257.4787.1642.75
HexCCC4E045D1439572b
Octal3143041604135247112753
Binary1100110011000100111001001011101101001110011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC40E; }

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

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

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

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

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

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

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

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