Html Css Color HEX #C5B711 Bird Flower

📋 copy color: '#C5B711'

red 197 ◦ green 183 ◦ blue 17

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

Shades of Bird Flower #C5B711

Tints of Bird Flower #C5B711

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

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

R = 49.62%
G = 46.1%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C5B711 (or 0xC5B711) is known color: Bird Flower. HEX triplet: C5, B7 and 11. RGB value is (197,183,17). Sum of RGB (Red+Green+Blue) = 197+183+17=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B711 is #3A48EE. Grayscale: #A8A8A8. Windows color (decimal): -3819759 or 1161157. OLE color: 1161157.

HSL color Cylindrical-coordinate representation of color #C5B711: hue angle of 55.33º 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 #C5B711 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 183 17 -
CMYK 0 0.07 0.91 0.23
HSL 55.33º 0.84% 0.42% -
HSV(B) 55.33º 0.91% 0.77% -
XYZ 40.06 45.78 7.25 -
YUV 168.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 197 183 17 0 0.07 0.91 0.23 55.33 0.84 0.42
Hex C5 B7 11 0 7 5B 17 37 54 2A
Octal 305 267 21 0 7 133 27 67 124 52
Binary 11000101 10110111 10001 0 111 1011011 10111 110111 1010100 101010

Color Harmonies of #C5B711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B711

Black with #C5B711

Text Example


Text Example

White with #C5B711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B711; }

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

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

background-color css

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

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

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

border-color css

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

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

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