#CAC411

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

Shades of Bird Flower #CAC411

Tints of Bird Flower #CAC411

Color information

#CAC411 (or 0xCAC411) is unknown color: approx Bird Flower. HEX triplet: CA, C4 and 11. RGB value is (202,196,17). Sum of RGB (Red+Green+Blue) = 202+196+17=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC411 is #353BEE. Grayscale: #B2B2B2. Windows color (decimal): -3488751 or 1164490. OLE color: 1164490.

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

Color convert

RGB20219617-
CMYK00.030.920.21
HSL58.05º84.47%42.94%-
HSV(B)58.05º91.58%79.22%-
XYZ44.252.088.25-
YUV177.3937.49145.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 17 (7.03% from 255) = 4.10%
R=48.67%
G=47.23%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021961700.030.920.2158.0584.4742.94
HexCAC411035C153a542b
Octal3123042103134257212453
Binary1100101011000100100010111011100101011110101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC411; }

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

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

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

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

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

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

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

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