Html Css Color HEX #C6B20F Bird Flower

📋 copy color: '#C6B20F'

red 198 ◦ green 178 ◦ blue 15

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

Shades of Bird Flower #C6B20F

Tints of Bird Flower #C6B20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.52%

 BLUE value IS 15 (6.25% from 255) = 3.84%

R = 50.64%
G = 45.52%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6B20F (or 0xC6B20F) is known color: Bird Flower. HEX triplet: C6, B2 and 0F. RGB value is (198,178,15). Sum of RGB (Red+Green+Blue) = 198+178+15=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B20F is #394DF0. Grayscale: #A6A6A6. Windows color (decimal): -3755505 or 1028806. OLE color: 1028806.

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

Color convert

RGB 198 178 15 -
CMYK 0 0.10 0.92 0.22
HSL 53.44º 0.86% 0.42% -
HSV(B) 53.44º 0.92% 0.78% -
XYZ 39.3 43.88 6.85 -
YUV 165.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 198 178 15 0 0.10 0.92 0.22 53.44 0.86 0.42
Hex C6 B2 F 0 A 5C 16 35 56 2A
Octal 306 262 17 0 12 134 26 65 126 52
Binary 11000110 10110010 1111 0 1010 1011100 10110 110101 1010110 101010

Color Harmonies of #C6B20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B20F

Black with #C6B20F

Text Example


Text Example

White with #C6B20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B20F; }

 p { color: rgb(198,178,15); }

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

background-color css

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

 a { background-color: rgb(198,178,15); }

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

border-color css

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

 span { border-color: rgb(198,178,15); }

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