Html Css Color HEX #C5B717 Bird Flower

📋 copy color: '#C5B717'

red 197 ◦ green 183 ◦ blue 23

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

Shades of Bird Flower #C5B717

Tints of Bird Flower #C5B717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.71%

R = 48.88%
G = 45.41%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5B717 (or 0xC5B717) is known color: Bird Flower. HEX triplet: C5, B7 and 17. RGB value is (197,183,23). Sum of RGB (Red+Green+Blue) = 197+183+23=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B717 is #3A48E8. Grayscale: #A9A9A9. Windows color (decimal): -3819753 or 1554373. OLE color: 1554373.

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

Color convert

RGB 197 183 23 -
CMYK 0 0.07 0.88 0.23
HSL 55.17º 0.79% 0.43% -
HSV(B) 55.17º 0.88% 0.77% -
XYZ 40.11 45.8 7.54 -
YUV 168.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 197 183 23 0 0.07 0.88 0.23 55.17 0.79 0.43
Hex C5 B7 17 0 7 58 17 37 4F 2B
Octal 305 267 27 0 7 130 27 67 117 53
Binary 11000101 10110111 10111 0 111 1011000 10111 110111 1001111 101011

Color Harmonies of #C5B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B717

Black with #C5B717

Text Example


Text Example

White with #C5B717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B717; }

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

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

background-color css

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

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

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

border-color css

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

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

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