Html Css Color HEX #C6B400 La Rioja

📋 copy color: '#C6B400'

red 198 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #C6B400

Tints of La Rioja #C6B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.38%
G = 47.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6B400 (or 0xC6B400) is known color: La Rioja. HEX triplet: C6, B4 and 00. RGB value is (198,180,0). Sum of RGB (Red+Green+Blue) = 198+180+0=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B400 is #394BFF. Grayscale: #A5A5A5. Windows color (decimal): -3755008 or 46278. OLE color: 46278.

HSL color Cylindrical-coordinate representation of color #C6B400: hue angle of 54.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6B400 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 180 0 -
CMYK 0 0.09 1 0.22
HSL 54.55º 1% 0.39% -
HSV(B) 54.55º 1% 0.78% -
XYZ 39.61 44.65 6.53 -
YUV 164.86 34.96 151.64 -
System Red Green Blue C M Y K H S L
Decimal 198 180 0 0 0.09 1 0.22 54.55 1 0.39
Hex C6 B4 0 0 9 64 16 37 64 27
Octal 306 264 0 0 11 144 26 67 144 47
Binary 11000110 10110100 0 0 1001 1100100 10110 110111 1100100 100111

Color Harmonies of #C6B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B400

Black with #C6B400

Text Example


Text Example

White with #C6B400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B400; }

 p { color: rgb(198,180,0); }

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

background-color css

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

 a { background-color: rgb(198,180,0); }

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

border-color css

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

 span { border-color: rgb(198,180,0); }

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