Html Css Color HEX #C6B71C Bird Flower

📋 copy color: '#C6B71C'

red 198 ◦ green 183 ◦ blue 28

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

Shades of Bird Flower #C6B71C

Tints of Bird Flower #C6B71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 48.41%
G = 44.74%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6B71C (or 0xC6B71C) is known color: Bird Flower. HEX triplet: C6, B7 and 1C. RGB value is (198,183,28). Sum of RGB (Red+Green+Blue) = 198+183+28=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B71C is #3948E3. Grayscale: #AAAAAA. Windows color (decimal): -3754212 or 1882054. OLE color: 1882054.

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

Color convert

RGB 198 183 28 -
CMYK 0 0.08 0.86 0.22
HSL 54.71º 0.75% 0.44% -
HSV(B) 54.71º 0.86% 0.78% -
XYZ 40.43 45.96 7.84 -
YUV 169.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 198 183 28 0 0.08 0.86 0.22 54.71 0.75 0.44
Hex C6 B7 1C 0 8 56 16 37 4B 2C
Octal 306 267 34 0 10 126 26 67 113 54
Binary 11000110 10110111 11100 0 1000 1010110 10110 110111 1001011 101100

Color Harmonies of #C6B71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B71C

Black with #C6B71C

Text Example


Text Example

White with #C6B71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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