#C8B81F

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

Shades of Bird Flower #C8B81F

Tints of Bird Flower #C8B81F

Color information

#C8B81F (or 0xC8B81F) is unknown color: approx Bird Flower. HEX triplet: C8, B8 and 1F. RGB value is (200,184,31). Sum of RGB (Red+Green+Blue) = 200+184+31=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B81F is #3747E0. Grayscale: #ABABAB. Windows color (decimal): -3622881 or 2078920. OLE color: 2078920.

HSL color Cylindrical-coordinate representation of color #C8B81F: hue angle of 54.32º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8B81F is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB20018431-
CMYK00.080.840.22
HSL54.32º73.16%45.29%-
HSV(B)54.32º84.5%78.43%-
XYZ41.2146.668.13-
YUV171.3448.8148.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 184 (72.27% from 255) = 44.34%
BLUE value IS 31 (12.5% from 255) = 7.47%
R=48.19%
G=44.34%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001843100.080.840.2254.3273.1645.29
HexC8B81F08541636492d
Octal31027037010124266611155
Binary110010001011100011111010001010100101101101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B81F; }

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

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

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

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

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

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

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

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