Html Css Color HEX #C5B80D La Rioja

📋 copy color: '#C5B80D'

red 197 ◦ green 184 ◦ blue 13

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

Shades of La Rioja #C5B80D

Tints of La Rioja #C5B80D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.7%

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

R = 50%
G = 46.7%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B80D (or 0xC5B80D) is known color: La Rioja. HEX triplet: C5, B8 and 0D. RGB value is (197,184,13). Sum of RGB (Red+Green+Blue) = 197+184+13=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B80D is #3A47F2. Grayscale: #A9A9A9. Windows color (decimal): -3819507 or 899269. OLE color: 899269.

HSL color Cylindrical-coordinate representation of color #C5B80D: hue angle of 55.76º 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 #C5B80D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 13 -
CMYK 0 0.07 0.93 0.23
HSL 55.76º 0.88% 0.41% -
HSV(B) 55.76º 0.93% 0.77% -
XYZ 40.24 46.18 7.17 -
YUV 168.39 40.31 148.4 -
System Red Green Blue C M Y K H S L
Decimal 197 184 13 0 0.07 0.93 0.23 55.76 0.88 0.41
Hex C5 B8 D 0 7 5D 17 38 58 29
Octal 305 270 15 0 7 135 27 70 130 51
Binary 11000101 10111000 1101 0 111 1011101 10111 111000 1011000 101001

Color Harmonies of #C5B80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B80D

Black with #C5B80D

Text Example


Text Example

White with #C5B80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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