Html Css Color HEX #C7B311 Bird Flower

📋 copy color: '#C7B311'

red 199 ◦ green 179 ◦ blue 17

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

Shades of Bird Flower #C7B311

Tints of Bird Flower #C7B311

RGB

 RED value IS 199 (78.13% from 255) = 50.38%

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

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

R = 50.38%
G = 45.32%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7B311 (or 0xC7B311) is known color: Bird Flower. HEX triplet: C7, B3 and 11. RGB value is (199,179,17). Sum of RGB (Red+Green+Blue) = 199+179+17=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B311 is #384CEE. Grayscale: #A7A7A7. Windows color (decimal): -3689711 or 1160135. OLE color: 1160135.

HSL color Cylindrical-coordinate representation of color #C7B311: hue angle of 53.41º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7B311 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 17 -
CMYK 0 0.10 0.91 0.22
HSL 53.41º 0.84% 0.42% -
HSV(B) 53.41º 0.91% 0.78% -
XYZ 39.77 44.42 7.01 -
YUV 166.51 43.63 151.17 -
System Red Green Blue C M Y K H S L
Decimal 199 179 17 0 0.10 0.91 0.22 53.41 0.84 0.42
Hex C7 B3 11 0 A 5B 16 35 54 2A
Octal 307 263 21 0 12 133 26 65 124 52
Binary 11000111 10110011 10001 0 1010 1011011 10110 110101 1010100 101010

Color Harmonies of #C7B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B311

Black with #C7B311

Text Example


Text Example

White with #C7B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B311; }

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

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

background-color css

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

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

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

border-color css

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

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

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