#C7B911

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

Shades of Bird Flower #C7B911

Tints of Bird Flower #C7B911

Color information

#C7B911 (or 0xC7B911) is unknown color: approx Bird Flower. HEX triplet: C7, B9 and 11. RGB value is (199,185,17). Sum of RGB (Red+Green+Blue) = 199+185+17=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B911 is #3846EE. Grayscale: #AAAAAA. Windows color (decimal): -3688175 or 1161671. OLE color: 1161671.

HSL color Cylindrical-coordinate representation of color #C7B911: hue angle of 55.38º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7B911 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19918517-
CMYK00.070.910.22
HSL55.38º84.26%42.35%-
HSV(B)55.38º91.46%78.04%-
XYZ4146.887.42-
YUV170.0341.64148.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.63%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 17 (7.03% from 255) = 4.24%
R=49.63%
G=46.13%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991851700.070.910.2255.3884.2642.35
HexC7B911075B1637542a
Octal3072712107133266712452
Binary11000111101110011000101111011011101101101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B911; }

 p { color: rgb(199,185,17); }

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

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

 a { background-color: rgb(199,185,17); }

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

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

 span { border-color: rgb(199,185,17); }

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