Html Css Color HEX #C5AF11 Bird Flower

📋 copy color: '#C5AF11'

red 197 ◦ green 175 ◦ blue 17

#C5AF11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #C5AF11

Tints of Bird Flower #C5AF11

RGB

 RED value IS 197 (77.34% from 255) = 50.64%

 GREEN value IS 175 (68.75% from 255) = 44.99%

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 50.64%
G = 44.99%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5AF11 (or 0xC5AF11) is known color: Bird Flower. HEX triplet: C5, AF and 11. RGB value is (197,175,17). Sum of RGB (Red+Green+Blue) = 197+175+17=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF11 is #3A50EE. Grayscale: #A4A4A4. Windows color (decimal): -3821807 or 1159109. OLE color: 1159109.

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

Color convert

RGB 197 175 17 -
CMYK 0 0.11 0.91 0.23
HSL 52.67º 0.84% 0.42% -
HSV(B) 52.67º 0.91% 0.77% -
XYZ 38.46 42.57 6.72 -
YUV 163.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 197 175 17 0 0.11 0.91 0.23 52.67 0.84 0.42
Hex C5 AF 11 0 B 5B 17 35 54 2A
Octal 305 257 21 0 13 133 27 65 124 52
Binary 11000101 10101111 10001 0 1011 1011011 10111 110101 1010100 101010

Color Harmonies of #C5AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF11

Black with #C5AF11

Text Example


Text Example

White with #C5AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF11; }

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

 H1.HeaderClassName
 {
   color: #C5AF11;
 }
 .AnyTagClassName
 {
   color: #C5AF11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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