#CAC809

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

Shades of Bird Flower #CAC809

Tints of Bird Flower #CAC809

Color information

#CAC809 (or 0xCAC809) is unknown color: approx Bird Flower. HEX triplet: CA, C8 and 09. RGB value is (202,200,9). Sum of RGB (Red+Green+Blue) = 202+200+9=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC809 is #3537F6. Grayscale: #B3B3B3. Windows color (decimal): -3487735 or 641226. OLE color: 641226.

HSL color Cylindrical-coordinate representation of color #CAC809: hue angle of 59.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAC809 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB2022009-
CMYK00.010.960.21
HSL59.38º91.47%41.37%-
HSV(B)59.38º95.54%79.22%-
XYZ45.0653.888.28-
YUV178.8232.16144.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 200 (78.52% from 255) = 48.66%
BLUE value IS 9 (3.91% from 255) = 2.19%
R=49.15%
G=48.66%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202200900.010.960.2159.3891.4741.37
HexCAC890160153b5b29
Octal3123101101140257313351
Binary11001010110010001001011100000101011110111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC809; }

 p { color: rgb(202,200,9); }

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

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

 a { background-color: rgb(202,200,9); }

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

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

 span { border-color: rgb(202,200,9); }

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