#CAB109

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

Shades of Bird Flower #CAB109

Tints of Bird Flower #CAB109

Color information

#CAB109 (or 0xCAB109) is unknown color: approx Bird Flower. HEX triplet: CA, B1 and 09. RGB value is (202,177,9). Sum of RGB (Red+Green+Blue) = 202+177+9=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB109 is #354EF6. Grayscale: #A6A6A6. Windows color (decimal): -3493623 or 635338. OLE color: 635338.

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

Color convert

RGB2021779-
CMYK00.120.960.21
HSL52.23º91.47%41.37%-
HSV(B)52.23º95.54%79.22%-
XYZ40.1344.026.64-
YUV165.3239.78154.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 9 (3.91% from 255) = 2.32%
R=52.06%
G=45.62%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202177900.120.960.2152.2391.4741.37
HexCAB190C6015345b29
Octal31226111014140256413351
Binary11001010101100011001011001100000101011101001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB109; }

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

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

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

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

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

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

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

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