Html Css Color HEX #C6AF00 La Rioja

📋 copy color: '#C6AF00'

red 198 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #C6AF00

Tints of La Rioja #C6AF00

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.92%

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

R = 53.08%
G = 46.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6AF00 (or 0xC6AF00) is known color: La Rioja. HEX triplet: C6, AF and 00. RGB value is (198,175,0). Sum of RGB (Red+Green+Blue) = 198+175+0=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF00 is #3950FF. Grayscale: #A2A2A2. Windows color (decimal): -3756288 or 44998. OLE color: 44998.

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

Color convert

RGB 198 175 0 -
CMYK 0 0.12 1 0.22
HSL 53.03º 1% 0.39% -
HSV(B) 53.03º 1% 0.78% -
XYZ 38.62 42.67 6.2 -
YUV 161.93 36.62 153.73 -
System Red Green Blue C M Y K H S L
Decimal 198 175 0 0 0.12 1 0.22 53.03 1 0.39
Hex C6 AF 0 0 C 64 16 35 64 27
Octal 306 257 0 0 14 144 26 65 144 47
Binary 11000110 10101111 0 0 1100 1100100 10110 110101 1100100 100111

Color Harmonies of #C6AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF00

Black with #C6AF00

Text Example


Text Example

White with #C6AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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