Html Css Color HEX #C4B515 Bird Flower

📋 copy color: '#C4B515'

red 196 ◦ green 181 ◦ blue 21

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

Shades of Bird Flower #C4B515

Tints of Bird Flower #C4B515

RGB

 RED value IS 196 (76.95% from 255) = 49.25%

 GREEN value IS 181 (71.09% from 255) = 45.48%

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

R = 49.25%
G = 45.48%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C4B515 (or 0xC4B515) is known color: Bird Flower. HEX triplet: C4, B5 and 15. RGB value is (196,181,21). Sum of RGB (Red+Green+Blue) = 196+181+21=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 181 (71.09% from 255 or 45.48% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B515 is #3B4AEA. Grayscale: #A7A7A7. Windows color (decimal): -3885803 or 1422788. OLE color: 1422788.

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

Color convert

RGB 196 181 21 -
CMYK 0 0.08 0.89 0.23
HSL 54.86º 0.81% 0.43% -
HSV(B) 54.86º 0.89% 0.77% -
XYZ 39.42 44.84 7.29 -
YUV 167.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 196 181 21 0 0.08 0.89 0.23 54.86 0.81 0.43
Hex C4 B5 15 0 8 59 17 37 51 2B
Octal 304 265 25 0 10 131 27 67 121 53
Binary 11000100 10110101 10101 0 1000 1011001 10111 110111 1010001 101011

Color Harmonies of #C4B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B515

Black with #C4B515

Text Example


Text Example

White with #C4B515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B515; }

 p { color: rgb(196,181,21); }

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

background-color css

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

 a { background-color: rgb(196,181,21); }

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

border-color css

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

 span { border-color: rgb(196,181,21); }

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