Html Css Color HEX #C6B80B La Rioja

📋 copy color: '#C6B80B'

red 198 ◦ green 184 ◦ blue 11

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

Shades of La Rioja #C6B80B

Tints of La Rioja #C6B80B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.82%

 BLUE value IS 11 (4.69% from 255) = 2.8%

R = 50.38%
G = 46.82%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6B80B (or 0xC6B80B) is known color: La Rioja. HEX triplet: C6, B8 and 0B. RGB value is (198,184,11). Sum of RGB (Red+Green+Blue) = 198+184+11=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B80B is #3947F4. Grayscale: #A9A9A9. Windows color (decimal): -3753973 or 768198. OLE color: 768198.

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

Color convert

RGB 198 184 11 -
CMYK 0 0.07 0.94 0.22
HSL 55.51º 0.89% 0.41% -
HSV(B) 55.51º 0.94% 0.78% -
XYZ 40.49 46.31 7.12 -
YUV 168.46 39.14 149.07 -
System Red Green Blue C M Y K H S L
Decimal 198 184 11 0 0.07 0.94 0.22 55.51 0.89 0.41
Hex C6 B8 B 0 7 5E 16 38 59 29
Octal 306 270 13 0 7 136 26 70 131 51
Binary 11000110 10111000 1011 0 111 1011110 10110 111000 1011001 101001

Color Harmonies of #C6B80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B80B

Black with #C6B80B

Text Example


Text Example

White with #C6B80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B80B; }

 p { color: rgb(198,184,11); }

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

background-color css

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

 a { background-color: rgb(198,184,11); }

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

border-color css

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

 span { border-color: rgb(198,184,11); }

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