Html Css Color HEX #C4B314 Bird Flower

📋 copy color: '#C4B314'

red 196 ◦ green 179 ◦ blue 20

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

Shades of Bird Flower #C4B314

Tints of Bird Flower #C4B314

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 49.62%
G = 45.32%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4B314 (or 0xC4B314) is known color: Bird Flower. HEX triplet: C4, B3 and 14. RGB value is (196,179,20). Sum of RGB (Red+Green+Blue) = 196+179+20=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B314 is #3B4CEB. Grayscale: #A6A6A6. Windows color (decimal): -3886316 or 1356740. OLE color: 1356740.

HSL color Cylindrical-coordinate representation of color #C4B314: hue angle of 54.2º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4B314 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 20 -
CMYK 0 0.09 0.90 0.23
HSL 54.2º 0.81% 0.42% -
HSV(B) 54.2º 0.9% 0.77% -
XYZ 39.01 44.03 7.1 -
YUV 165.96 45.63 149.43 -
System Red Green Blue C M Y K H S L
Decimal 196 179 20 0 0.09 0.90 0.23 54.2 0.81 0.42
Hex C4 B3 14 0 9 5A 17 36 51 2A
Octal 304 263 24 0 11 132 27 66 121 52
Binary 11000100 10110011 10100 0 1001 1011010 10111 110110 1010001 101010

Color Harmonies of #C4B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B314

Black with #C4B314

Text Example


Text Example

White with #C4B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B314; }

 p { color: rgb(196,179,20); }

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

background-color css

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

 a { background-color: rgb(196,179,20); }

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

border-color css

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

 span { border-color: rgb(196,179,20); }

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