#C7B20A

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

Shades of Bird Flower #C7B20A

Tints of Bird Flower #C7B20A

Color information

#C7B20A (or 0xC7B20A) is unknown color: approx Bird Flower. HEX triplet: C7, B2 and 0A. RGB value is (199,178,10). Sum of RGB (Red+Green+Blue) = 199+178+10=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B20A is #384DF5. Grayscale: #A5A5A5. Windows color (decimal): -3689974 or 701127. OLE color: 701127.

HSL color Cylindrical-coordinate representation of color #C7B20A: hue angle of 53.33º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7B20A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB19917810-
CMYK00.110.950.22
HSL53.33º90.43%40.98%-
HSV(B)53.33º94.97%78.04%-
XYZ39.53446.7-
YUV165.1340.46152.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.42%
GREEN value IS 178 (69.92% from 255) = 45.99%
BLUE value IS 10 (4.30% from 255) = 2.58%
R=51.42%
G=45.99%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991781000.110.950.2253.3390.4340.98
HexC7B2A0B5F16355a29
Octal30726212013137266513251
Binary11000111101100101010010111011111101101101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B20A; }

 p { color: rgb(199,178,10); }

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

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

 a { background-color: rgb(199,178,10); }

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

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

 span { border-color: rgb(199,178,10); }

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