#CAB615

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

Shades of Bird Flower #CAB615

Tints of Bird Flower #CAB615

Color information

#CAB615 (or 0xCAB615) is unknown color: approx Bird Flower. HEX triplet: CA, B6 and 15. RGB value is (202,182,21). Sum of RGB (Red+Green+Blue) = 202+182+21=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB615 is #3549EA. Grayscale: #AAAAAA. Windows color (decimal): -3492331 or 1423050. OLE color: 1423050.

HSL color Cylindrical-coordinate representation of color #CAB615: hue angle of 53.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAB615 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20218221-
CMYK00.100.900.21
HSL53.37º81.17%43.73%-
HSV(B)53.37º89.6%79.22%-
XYZ41.2246.077.43-
YUV169.6344.13151.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 182 (71.48% from 255) = 44.94%
BLUE value IS 21 (8.59% from 255) = 5.19%
R=49.88%
G=44.94%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021822100.100.900.2153.3781.1743.73
HexCAB6150A5A1535512c
Octal31226625012132256512154
Binary110010101011011010101010101011010101011101011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB615; }

 p { color: rgb(202,182,21); }

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

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

 a { background-color: rgb(202,182,21); }

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

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

 span { border-color: rgb(202,182,21); }

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