Html Css Color HEX #C4B311 Bird Flower

📋 copy color: '#C4B311'

red 196 ◦ green 179 ◦ blue 17

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

Shades of Bird Flower #C4B311

Tints of Bird Flower #C4B311

RGB

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

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

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

R = 50%
G = 45.66%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4B311 (or 0xC4B311) is known color: Bird Flower. HEX triplet: C4, B3 and 11. RGB value is (196,179,17). Sum of RGB (Red+Green+Blue) = 196+179+17=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B311 is #3B4CEE. Grayscale: #A6A6A6. Windows color (decimal): -3886319 or 1160132. OLE color: 1160132.

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

Color convert

RGB 196 179 17 -
CMYK 0 0.09 0.91 0.23
HSL 54.3º 0.84% 0.42% -
HSV(B) 54.3º 0.91% 0.77% -
XYZ 38.99 44.02 6.97 -
YUV 165.62 44.13 149.67 -
System Red Green Blue C M Y K H S L
Decimal 196 179 17 0 0.09 0.91 0.23 54.3 0.84 0.42
Hex C4 B3 11 0 9 5B 17 36 54 2A
Octal 304 263 21 0 11 133 27 66 124 52
Binary 11000100 10110011 10001 0 1001 1011011 10111 110110 1010100 101010

Color Harmonies of #C4B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B311

Black with #C4B311

Text Example


Text Example

White with #C4B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B311; }

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

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

background-color css

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

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

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

border-color css

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

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

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