Html Css Color HEX #C6B605 La Rioja

📋 copy color: '#C6B605'

red 198 ◦ green 182 ◦ blue 5

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

Shades of La Rioja #C6B605

Tints of La Rioja #C6B605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.27%

 BLUE value IS 5 (2.34% from 255) = 1.3%

R = 51.43%
G = 47.27%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C6B605 (or 0xC6B605) is known color: La Rioja. HEX triplet: C6, B6 and 05. RGB value is (198,182,5). Sum of RGB (Red+Green+Blue) = 198+182+5=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B605 is #3949FA. Grayscale: #A7A7A7. Windows color (decimal): -3754491 or 374470. OLE color: 374470.

HSL color Cylindrical-coordinate representation of color #C6B605: hue angle of 55.03º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6B605 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 182 5 -
CMYK 0 0.08 0.97 0.22
HSL 55.03º 0.95% 0.4% -
HSV(B) 55.03º 0.97% 0.78% -
XYZ 40.04 45.47 6.81 -
YUV 166.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 198 182 5 0 0.08 0.97 0.22 55.03 0.95 0.4
Hex C6 B6 5 0 8 61 16 37 5F 28
Octal 306 266 5 0 10 141 26 67 137 50
Binary 11000110 10110110 101 0 1000 1100001 10110 110111 1011111 101000

Color Harmonies of #C6B605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B605

Black with #C6B605

Text Example


Text Example

White with #C6B605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B605; }

 p { color: rgb(198,182,5); }

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

background-color css

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

 a { background-color: rgb(198,182,5); }

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

border-color css

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

 span { border-color: rgb(198,182,5); }

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