#C8B816

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

Shades of Bird Flower #C8B816

Tints of Bird Flower #C8B816

Color information

#C8B816 (or 0xC8B816) is unknown color: approx Bird Flower. HEX triplet: C8, B8 and 16. RGB value is (200,184,22). Sum of RGB (Red+Green+Blue) = 200+184+22=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B816 is #3747E9. Grayscale: #AAAAAA. Windows color (decimal): -3622890 or 1489096. OLE color: 1489096.

HSL color Cylindrical-coordinate representation of color #C8B816: hue angle of 54.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8B816 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB20018422-
CMYK00.080.890.22
HSL54.61º80.18%43.53%-
HSV(B)54.61º89%78.43%-
XYZ41.146.627.59-
YUV170.3244.3149.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.26%
GREEN value IS 184 (72.27% from 255) = 45.32%
BLUE value IS 22 (8.98% from 255) = 5.42%
R=49.26%
G=45.32%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001842200.080.890.2254.6180.1843.53
HexC8B81608591637502c
Octal31027026010131266712054
Binary110010001011100010110010001011001101101101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B816; }

 p { color: rgb(200,184,22); }

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

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

 a { background-color: rgb(200,184,22); }

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

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

 span { border-color: rgb(200,184,22); }

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