#CAB11A

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

Shades of Bird Flower #CAB11A

Tints of Bird Flower #CAB11A

Color information

#CAB11A (or 0xCAB11A) is unknown color: approx Bird Flower. HEX triplet: CA, B1 and 1A. RGB value is (202,177,26). Sum of RGB (Red+Green+Blue) = 202+177+26=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB11A is #354EE5. Grayscale: #A7A7A7. Windows color (decimal): -3493606 or 1749450. OLE color: 1749450.

HSL color Cylindrical-coordinate representation of color #CAB11A: hue angle of 51.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAB11A is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20217726-
CMYK00.120.870.21
HSL51.48º77.19%44.71%-
HSV(B)51.48º87.13%79.22%-
XYZ40.2744.087.36-
YUV167.2648.28152.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 177 (69.53% from 255) = 43.70%
BLUE value IS 26 (10.55% from 255) = 6.42%
R=49.88%
G=43.70%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021772600.120.870.2151.4877.1944.71
HexCAB11A0C5715334d2d
Octal31226132014127256311555
Binary110010101011000111010011001010111101011100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB11A; }

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

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

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

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

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

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

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

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