#C5AF0E

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

Shades of Bird Flower #C5AF0E

Tints of Bird Flower #C5AF0E

Color information

#C5AF0E (or 0xC5AF0E) is unknown color: approx Bird Flower. HEX triplet: C5, AF and 0E. RGB value is (197,175,14). Sum of RGB (Red+Green+Blue) = 197+175+14=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF0E is #3A50F1. Grayscale: #A3A3A3. Windows color (decimal): -3821810 or 962501. OLE color: 962501.

HSL color Cylindrical-coordinate representation of color #C5AF0E: hue angle of 52.79º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5AF0E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB19717514-
CMYK00.110.930.23
HSL52.79º86.73%41.37%-
HSV(B)52.79º92.89%77.25%-
XYZ38.4442.566.6-
YUV163.2243.79152.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 14 (5.86% from 255) = 3.63%
R=51.04%
G=45.34%
B=3.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971751400.110.930.2352.7986.7341.37
HexC5AFE0B5D17355729
Octal30525716013135276512751
Binary11000101101011111110010111011101101111101011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF0E; }

 p { color: rgb(197,175,14); }

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

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

 a { background-color: rgb(197,175,14); }

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

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

 span { border-color: rgb(197,175,14); }

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