Html Css Color HEX #C7B510 Bird Flower

📋 copy color: '#C7B510'

red 199 ◦ green 181 ◦ blue 16

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

Shades of Bird Flower #C7B510

Tints of Bird Flower #C7B510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.71%

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

R = 50.25%
G = 45.71%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B510 (or 0xC7B510) is known color: Bird Flower. HEX triplet: C7, B5 and 10. RGB value is (199,181,16). Sum of RGB (Red+Green+Blue) = 199+181+16=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B510 is #384AEF. Grayscale: #A8A8A8. Windows color (decimal): -3689200 or 1095111. OLE color: 1095111.

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

Color convert

RGB 199 181 16 -
CMYK 0 0.09 0.92 0.22
HSL 54.1º 0.85% 0.42% -
HSV(B) 54.1º 0.92% 0.78% -
XYZ 40.17 45.23 7.1 -
YUV 167.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 199 181 16 0 0.09 0.92 0.22 54.1 0.85 0.42
Hex C7 B5 10 0 9 5C 16 36 55 2A
Octal 307 265 20 0 11 134 26 66 125 52
Binary 11000111 10110101 10000 0 1001 1011100 10110 110110 1010101 101010

Color Harmonies of #C7B510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B510

Black with #C7B510

Text Example


Text Example

White with #C7B510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B510; }

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

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

background-color css

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

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

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

border-color css

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

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

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