Html Css Color HEX #C5B60D La Rioja

📋 copy color: '#C5B60D'

red 197 ◦ green 182 ◦ blue 13

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

Shades of La Rioja #C5B60D

Tints of La Rioja #C5B60D

RGB

 RED value IS 197 (77.34% from 255) = 50.26%

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

 BLUE value IS 13 (5.47% from 255) = 3.32%

R = 50.26%
G = 46.43%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B60D (or 0xC5B60D) is known color: La Rioja. HEX triplet: C5, B6 and 0D. RGB value is (197,182,13). Sum of RGB (Red+Green+Blue) = 197+182+13=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B60D is #3A49F2. Grayscale: #A7A7A7. Windows color (decimal): -3820019 or 898757. OLE color: 898757.

HSL color Cylindrical-coordinate representation of color #C5B60D: hue angle of 55.11º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5B60D is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 182 13 -
CMYK 0 0.08 0.93 0.23
HSL 55.11º 0.88% 0.41% -
HSV(B) 55.11º 0.93% 0.77% -
XYZ 39.83 45.36 7.04 -
YUV 167.22 40.97 149.24 -
System Red Green Blue C M Y K H S L
Decimal 197 182 13 0 0.08 0.93 0.23 55.11 0.88 0.41
Hex C5 B6 D 0 8 5D 17 37 58 29
Octal 305 266 15 0 10 135 27 67 130 51
Binary 11000101 10110110 1101 0 1000 1011101 10111 110111 1011000 101001

Color Harmonies of #C5B60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B60D

Black with #C5B60D

Text Example


Text Example

White with #C5B60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B60D; }

 p { color: rgb(197,182,13); }

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

background-color css

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

 a { background-color: rgb(197,182,13); }

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

border-color css

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

 span { border-color: rgb(197,182,13); }

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