#CAB015

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

Shades of Bird Flower #CAB015

Tints of Bird Flower #CAB015

Color information

#CAB015 (or 0xCAB015) is unknown color: approx Bird Flower. HEX triplet: CA, B0 and 15. RGB value is (202,176,21). Sum of RGB (Red+Green+Blue) = 202+176+21=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB015 is #354FEA. Grayscale: #A6A6A6. Windows color (decimal): -3493867 or 1421514. OLE color: 1421514.

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

Color convert

RGB20217621-
CMYK00.130.900.21
HSL51.38º81.17%43.73%-
HSV(B)51.38º89.6%79.22%-
XYZ40.0243.667.03-
YUV166.146.11153.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 176 (69.14% from 255) = 44.11%
BLUE value IS 21 (8.59% from 255) = 5.26%
R=50.63%
G=44.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021762100.130.900.2151.3881.1743.73
HexCAB0150D5A1533512c
Octal31226025015132256312154
Binary110010101011000010101011011011010101011100111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB015; }

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

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

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

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

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

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

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

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