#CAAA01

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

Shades of Bird Flower #CAAA01

Tints of Bird Flower #CAAA01

Color information

#CAAA01 (or 0xCAAA01) is unknown color: approx Bird Flower. HEX triplet: CA, AA and 01. RGB value is (202,170,1). Sum of RGB (Red+Green+Blue) = 202+170+1=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAAA01 is #3555FE. Grayscale: #A1A1A1. Windows color (decimal): -3495423 or 109258. OLE color: 109258.

HSL color Cylindrical-coordinate representation of color #CAAA01: hue angle of 50.45º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAAA01 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB2021701-
CMYK00.161.000.21
HSL50.45º99.01%39.8%-
HSV(B)50.45º99.5%79.22%-
XYZ38.7441.315.96-
YUV160.338.1157.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 170 (66.80% from 255) = 45.58%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=54.16%
G=45.58%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202170100.161.000.2150.4599.0139.8
HexCAAA10106415326328
Octal3122521020144256214350
Binary110010101010101010100001100100101011100101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAA01; }

 p { color: rgb(202,170,1); }

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

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

 a { background-color: rgb(202,170,1); }

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

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

 span { border-color: rgb(202,170,1); }

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