Html Css Color HEX #C6AC00 La Rioja

📋 copy color: '#C6AC00'

red 198 ◦ green 172 ◦ blue 0

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

Shades of La Rioja #C6AC00

Tints of La Rioja #C6AC00

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.49%

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

R = 53.51%
G = 46.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6AC00 (or 0xC6AC00) is known color: La Rioja. HEX triplet: C6, AC and 00. RGB value is (198,172,0). Sum of RGB (Red+Green+Blue) = 198+172+0=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AC00 is #3953FF. Grayscale: #A0A0A0. Windows color (decimal): -3757056 or 44230. OLE color: 44230.

HSL color Cylindrical-coordinate representation of color #C6AC00: hue angle of 52.12º 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 #C6AC00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 172 0 -
CMYK 0 0.13 1 0.22
HSL 52.12º 1% 0.39% -
HSV(B) 52.12º 1% 0.78% -
XYZ 38.04 41.51 6.01 -
YUV 160.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 198 172 0 0 0.13 1 0.22 52.12 1 0.39
Hex C6 AC 0 0 D 64 16 34 64 27
Octal 306 254 0 0 15 144 26 64 144 47
Binary 11000110 10101100 0 0 1101 1100100 10110 110100 1100100 100111

Color Harmonies of #C6AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC00

Black with #C6AC00

Text Example


Text Example

White with #C6AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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