#C6B521

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

Shades of Bird Flower #C6B521

Tints of Bird Flower #C6B521

Color information

#C6B521 (or 0xC6B521) is unknown color: approx Bird Flower. HEX triplet: C6, B5 and 21. RGB value is (198,181,33). Sum of RGB (Red+Green+Blue) = 198+181+33=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B521 is #394ADE. Grayscale: #A9A9A9. Windows color (decimal): -3754719 or 2209222. OLE color: 2209222.

HSL color Cylindrical-coordinate representation of color #C6B521: hue angle of 53.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6B521 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB19818133-
CMYK00.090.830.22
HSL53.82º71.43%45.29%-
HSV(B)53.82º83.33%77.65%-
XYZ40.0945.168.04-
YUV169.2151.13148.53-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 181 (71.09% from 255) = 43.93%
BLUE value IS 33 (13.28% from 255) = 8.01%
R=48.06%
G=43.93%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981813300.090.830.2253.8271.4345.29
HexC6B52109531636472d
Octal30626541011123266610755
Binary1100011010110101100001010011010011101101101101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B521; }

 p { color: rgb(198,181,33); }

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

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

 a { background-color: rgb(198,181,33); }

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

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

 span { border-color: rgb(198,181,33); }

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