Html Css Color HEX #C6B711 Bird Flower

📋 copy color: '#C6B711'

red 198 ◦ green 183 ◦ blue 17

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

Shades of Bird Flower #C6B711

Tints of Bird Flower #C6B711

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.98%

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

R = 49.75%
G = 45.98%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C6B711 (or 0xC6B711) is known color: Bird Flower. HEX triplet: C6, B7 and 11. RGB value is (198,183,17). Sum of RGB (Red+Green+Blue) = 198+183+17=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 183 (71.88% from 255 or 45.98% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B711 is #3948EE. Grayscale: #A9A9A9. Windows color (decimal): -3754223 or 1161158. OLE color: 1161158.

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

Color convert

RGB 198 183 17 -
CMYK 0 0.08 0.91 0.22
HSL 55.03º 0.84% 0.42% -
HSV(B) 55.03º 0.91% 0.78% -
XYZ 40.32 45.91 7.27 -
YUV 168.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 198 183 17 0 0.08 0.91 0.22 55.03 0.84 0.42
Hex C6 B7 11 0 8 5B 16 37 54 2A
Octal 306 267 21 0 10 133 26 67 124 52
Binary 11000110 10110111 10001 0 1000 1011011 10110 110111 1010100 101010

Color Harmonies of #C6B711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B711

Black with #C6B711

Text Example


Text Example

White with #C6B711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B711; }

 p { color: rgb(198,183,17); }

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

background-color css

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

 a { background-color: rgb(198,183,17); }

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

border-color css

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

 span { border-color: rgb(198,183,17); }

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