Html Css Color HEX #C4B111 Bird Flower

📋 copy color: '#C4B111'

red 196 ◦ green 177 ◦ blue 17

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

Shades of Bird Flower #C4B111

Tints of Bird Flower #C4B111

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.38%

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

R = 50.26%
G = 45.38%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4B111 (or 0xC4B111) is known color: Bird Flower. HEX triplet: C4, B1 and 11. RGB value is (196,177,17). Sum of RGB (Red+Green+Blue) = 196+177+17=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B111 is #3B4EEE. Grayscale: #A5A5A5. Windows color (decimal): -3886831 or 1159620. OLE color: 1159620.

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

Color convert

RGB 196 177 17 -
CMYK 0 0.10 0.91 0.23
HSL 53.63º 0.84% 0.42% -
HSV(B) 53.63º 0.91% 0.77% -
XYZ 38.59 43.22 6.84 -
YUV 164.44 44.79 150.51 -
System Red Green Blue C M Y K H S L
Decimal 196 177 17 0 0.10 0.91 0.23 53.63 0.84 0.42
Hex C4 B1 11 0 A 5B 17 36 54 2A
Octal 304 261 21 0 12 133 27 66 124 52
Binary 11000100 10110001 10001 0 1010 1011011 10111 110110 1010100 101010

Color Harmonies of #C4B111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B111

Black with #C4B111

Text Example


Text Example

White with #C4B111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B111; }

 p { color: rgb(196,177,17); }

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

background-color css

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

 a { background-color: rgb(196,177,17); }

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

border-color css

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

 span { border-color: rgb(196,177,17); }

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