Html Css Color HEX #C6B71F Bird Flower

📋 copy color: '#C6B71F'

red 198 ◦ green 183 ◦ blue 31

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

Shades of Bird Flower #C6B71F

Tints of Bird Flower #C6B71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 48.06%
G = 44.42%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6B71F (or 0xC6B71F) is known color: Bird Flower. HEX triplet: C6, B7 and 1F. RGB value is (198,183,31). Sum of RGB (Red+Green+Blue) = 198+183+31=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 183 (71.88% from 255 or 44.42% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B71F is #3948E0. Grayscale: #AAAAAA. Windows color (decimal): -3754209 or 2078662. OLE color: 2078662.

HSL color Cylindrical-coordinate representation of color #C6B71F: hue angle of 54.61º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6B71F is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 183 31 -
CMYK 0 0.08 0.84 0.22
HSL 54.61º 0.73% 0.45% -
HSV(B) 54.61º 0.84% 0.78% -
XYZ 40.47 45.97 8.04 -
YUV 170.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 198 183 31 0 0.08 0.84 0.22 54.61 0.73 0.45
Hex C6 B7 1F 0 8 54 16 37 49 2D
Octal 306 267 37 0 10 124 26 67 111 55
Binary 11000110 10110111 11111 0 1000 1010100 10110 110111 1001001 101101

Color Harmonies of #C6B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B71F

Black with #C6B71F

Text Example


Text Example

White with #C6B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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