Html Css Color HEX #C6B810 Bird Flower

📋 copy color: '#C6B810'

red 198 ◦ green 184 ◦ blue 16

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

Shades of Bird Flower #C6B810

Tints of Bird Flower #C6B810

RGB

 RED value IS 198 (77.73% from 255) = 49.75%

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

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

R = 49.75%
G = 46.23%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6B810 (or 0xC6B810) is known color: Bird Flower. HEX triplet: C6, B8 and 10. RGB value is (198,184,16). Sum of RGB (Red+Green+Blue) = 198+184+16=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B810 is #3947EF. Grayscale: #A9A9A9. Windows color (decimal): -3753968 or 1095878. OLE color: 1095878.

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

Color convert

RGB 198 184 16 -
CMYK 0 0.07 0.92 0.22
HSL 55.38º 0.85% 0.42% -
HSV(B) 55.38º 0.92% 0.78% -
XYZ 40.52 46.32 7.3 -
YUV 169.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 198 184 16 0 0.07 0.92 0.22 55.38 0.85 0.42
Hex C6 B8 10 0 7 5C 16 37 55 2A
Octal 306 270 20 0 7 134 26 67 125 52
Binary 11000110 10111000 10000 0 111 1011100 10110 110111 1010101 101010

Color Harmonies of #C6B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B810

Black with #C6B810

Text Example


Text Example

White with #C6B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B810; }

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

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

background-color css

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

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

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

border-color css

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

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

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