Html Css Color HEX #C7B810 Bird Flower

📋 copy color: '#C7B810'

red 199 ◦ green 184 ◦ blue 16

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

Shades of Bird Flower #C7B810

Tints of Bird Flower #C7B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.12%

 BLUE value IS 16 (6.64% from 255) = 4.01%

R = 49.87%
G = 46.12%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B810 (or 0xC7B810) is known color: Bird Flower. HEX triplet: C7, B8 and 10. RGB value is (199,184,16). Sum of RGB (Red+Green+Blue) = 199+184+16=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B810 is #3847EF. Grayscale: #AAAAAA. Windows color (decimal): -3688432 or 1095879. OLE color: 1095879.

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

Color convert

RGB 199 184 16 -
CMYK 0 0.08 0.92 0.22
HSL 55.08º 0.85% 0.42% -
HSV(B) 55.08º 0.92% 0.78% -
XYZ 40.79 46.46 7.31 -
YUV 169.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 199 184 16 0 0.08 0.92 0.22 55.08 0.85 0.42
Hex C7 B8 10 0 8 5C 16 37 55 2A
Octal 307 270 20 0 10 134 26 67 125 52
Binary 11000111 10111000 10000 0 1000 1011100 10110 110111 1010101 101010

Color Harmonies of #C7B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B810

Black with #C7B810

Text Example


Text Example

White with #C7B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B810; }

 p { color: rgb(199,184,16); }

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

background-color css

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

 a { background-color: rgb(199,184,16); }

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

border-color css

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

 span { border-color: rgb(199,184,16); }

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