#CAC40E

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

Shades of Bird Flower #CAC40E

Tints of Bird Flower #CAC40E

Color information

#CAC40E (or 0xCAC40E) is unknown color: approx Bird Flower. HEX triplet: CA, C4 and 0E. RGB value is (202,196,14). Sum of RGB (Red+Green+Blue) = 202+196+14=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC40E is #353BF1. Grayscale: #B1B1B1. Windows color (decimal): -3488754 or 967882. OLE color: 967882.

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

Color convert

RGB20219614-
CMYK00.030.930.21
HSL58.09º87.04%42.35%-
HSV(B)58.09º93.07%79.22%-
XYZ44.1852.078.14-
YUV177.0535.99145.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 196 (76.95% from 255) = 47.57%
BLUE value IS 14 (5.86% from 255) = 3.40%
R=49.03%
G=47.57%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021961400.030.930.2158.0987.0442.35
HexCAC4E035D153a572a
Octal3123041603135257212752
Binary110010101100010011100111011101101011110101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC40E; }

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

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

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

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

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

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

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

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