Html Css Color HEX #C7B611 Bird Flower

📋 copy color: '#C7B611'

red 199 ◦ green 182 ◦ blue 17

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

Shades of Bird Flower #C7B611

Tints of Bird Flower #C7B611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.73%

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

R = 50%
G = 45.73%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C7B611 (or 0xC7B611) is known color: Bird Flower. HEX triplet: C7, B6 and 11. RGB value is (199,182,17). Sum of RGB (Red+Green+Blue) = 199+182+17=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B611 is #3849EE. Grayscale: #A8A8A8. Windows color (decimal): -3688943 or 1160903. OLE color: 1160903.

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

Color convert

RGB 199 182 17 -
CMYK 0 0.09 0.91 0.22
HSL 54.4º 0.84% 0.42% -
HSV(B) 54.4º 0.91% 0.78% -
XYZ 40.38 45.64 7.21 -
YUV 168.27 42.63 149.92 -
System Red Green Blue C M Y K H S L
Decimal 199 182 17 0 0.09 0.91 0.22 54.4 0.84 0.42
Hex C7 B6 11 0 9 5B 16 36 54 2A
Octal 307 266 21 0 11 133 26 66 124 52
Binary 11000111 10110110 10001 0 1001 1011011 10110 110110 1010100 101010

Color Harmonies of #C7B611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B611

Black with #C7B611

Text Example


Text Example

White with #C7B611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B611; }

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

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

background-color css

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

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

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

border-color css

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

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

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