Html Css Color HEX #C6BD0C La Rioja

📋 copy color: '#C6BD0C'

red 198 ◦ green 189 ◦ blue 12

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

Shades of La Rioja #C6BD0C

Tints of La Rioja #C6BD0C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.37%

 BLUE value IS 12 (5.08% from 255) = 3.01%

R = 49.62%
G = 47.37%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6BD0C (or 0xC6BD0C) is known color: La Rioja. HEX triplet: C6, BD and 0C. RGB value is (198,189,12). Sum of RGB (Red+Green+Blue) = 198+189+12=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BD0C is #3942F3. Grayscale: #ACACAC. Windows color (decimal): -3752692 or 835014. OLE color: 835014.

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

Color convert

RGB 198 189 12 -
CMYK 0 0.05 0.94 0.22
HSL 57.1º 0.89% 0.41% -
HSV(B) 57.1º 0.94% 0.78% -
XYZ 41.55 48.43 7.51 -
YUV 171.51 37.98 146.89 -
System Red Green Blue C M Y K H S L
Decimal 198 189 12 0 0.05 0.94 0.22 57.1 0.89 0.41
Hex C6 BD C 0 5 5E 16 39 59 29
Octal 306 275 14 0 5 136 26 71 131 51
Binary 11000110 10111101 1100 0 101 1011110 10110 111001 1011001 101001

Color Harmonies of #C6BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BD0C

Black with #C6BD0C

Text Example


Text Example

White with #C6BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BD0C; }

 p { color: rgb(198,189,12); }

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

background-color css

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

 a { background-color: rgb(198,189,12); }

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

border-color css

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

 span { border-color: rgb(198,189,12); }

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