Html Css Color HEX #C6B016 Bird Flower

📋 copy color: '#C6B016'

red 198 ◦ green 176 ◦ blue 22

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

Shades of Bird Flower #C6B016

Tints of Bird Flower #C6B016

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 50%
G = 44.44%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C6B016 (or 0xC6B016) is known color: Bird Flower. HEX triplet: C6, B0 and 16. RGB value is (198,176,22). Sum of RGB (Red+Green+Blue) = 198+176+22=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B016 is #394FE9. Grayscale: #A5A5A5. Windows color (decimal): -3756010 or 1487046. OLE color: 1487046.

HSL color Cylindrical-coordinate representation of color #C6B016: hue angle of 52.5º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6B016 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 176 22 -
CMYK 0 0.11 0.89 0.22
HSL 52.5º 0.8% 0.43% -
HSV(B) 52.5º 0.89% 0.78% -
XYZ 38.96 43.11 7.03 -
YUV 165.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 198 176 22 0 0.11 0.89 0.22 52.5 0.8 0.43
Hex C6 B0 16 0 B 59 16 34 50 2B
Octal 306 260 26 0 13 131 26 64 120 53
Binary 11000110 10110000 10110 0 1011 1011001 10110 110100 1010000 101011

Color Harmonies of #C6B016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B016

Black with #C6B016

Text Example


Text Example

White with #C6B016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B016; }

 p { color: rgb(198,176,22); }

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

background-color css

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

 a { background-color: rgb(198,176,22); }

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

border-color css

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

 span { border-color: rgb(198,176,22); }

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