#CAC211

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

Shades of Bird Flower #CAC211

Tints of Bird Flower #CAC211

Color information

#CAC211 (or 0xCAC211) is unknown color: approx Bird Flower. HEX triplet: CA, C2 and 11. RGB value is (202,194,17). Sum of RGB (Red+Green+Blue) = 202+194+17=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC211 is #353DEE. Grayscale: #B0B0B0. Windows color (decimal): -3489263 or 1163978. OLE color: 1163978.

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

Color convert

RGB20219417-
CMYK00.040.920.21
HSL57.41º84.47%42.94%-
HSV(B)57.41º91.58%79.22%-
XYZ43.7551.188.1-
YUV176.2138.15146.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 194 (76.17% from 255) = 46.97%
BLUE value IS 17 (7.03% from 255) = 4.12%
R=48.91%
G=46.97%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021941700.040.920.2157.4184.4742.94
HexCAC211045C1539542b
Octal3123022104134257112453
Binary11001010110000101000101001011100101011110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC211; }

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

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

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

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

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

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

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

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