Html Css Color HEX #C5B815 Bird Flower

📋 copy color: '#C5B815'

red 197 ◦ green 184 ◦ blue 21

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

Shades of Bird Flower #C5B815

Tints of Bird Flower #C5B815

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.77%

 BLUE value IS 21 (8.59% from 255) = 5.22%

R = 49%
G = 45.77%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5B815 (or 0xC5B815) is known color: Bird Flower. HEX triplet: C5, B8 and 15. RGB value is (197,184,21). Sum of RGB (Red+Green+Blue) = 197+184+21=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B815 is #3A47EA. Grayscale: #A9A9A9. Windows color (decimal): -3819499 or 1423557. OLE color: 1423557.

HSL color Cylindrical-coordinate representation of color #C5B815: hue angle of 55.57º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5B815 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 21 -
CMYK 0 0.07 0.89 0.23
HSL 55.57º 0.81% 0.43% -
HSV(B) 55.57º 0.89% 0.77% -
XYZ 40.3 46.21 7.5 -
YUV 169.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 197 184 21 0 0.07 0.89 0.23 55.57 0.81 0.43
Hex C5 B8 15 0 7 59 17 38 51 2B
Octal 305 270 25 0 7 131 27 70 121 53
Binary 11000101 10111000 10101 0 111 1011001 10111 111000 1010001 101011

Color Harmonies of #C5B815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B815

Black with #C5B815

Text Example


Text Example

White with #C5B815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B815; }

 p { color: rgb(197,184,21); }

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

background-color css

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

 a { background-color: rgb(197,184,21); }

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

border-color css

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

 span { border-color: rgb(197,184,21); }

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