#C8B71F

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

Shades of Bird Flower #C8B71F

Tints of Bird Flower #C8B71F

Color information

#C8B71F (or 0xC8B71F) is unknown color: approx Bird Flower. HEX triplet: C8, B7 and 1F. RGB value is (200,183,31). Sum of RGB (Red+Green+Blue) = 200+183+31=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B71F is #3748E0. Grayscale: #ABABAB. Windows color (decimal): -3623137 or 2078664. OLE color: 2078664.

HSL color Cylindrical-coordinate representation of color #C8B71F: hue angle of 53.96º 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 #C8B71F is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB20018331-
CMYK00.080.840.22
HSL53.96º73.16%45.29%-
HSV(B)53.96º84.5%78.43%-
XYZ4146.258.06-
YUV170.7649.13148.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 31 (12.5% from 255) = 7.49%
R=48.31%
G=44.20%
B=7.49%

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
Decimal2001833100.080.840.2253.9673.1645.29
HexC8B71F08541636492d
Octal31026737010124266611155
Binary110010001011011111111010001010100101101101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B71F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B71F; }

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

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

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

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

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

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

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

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