Html Css Color HEX #C4B10D La Rioja

📋 copy color: '#C4B10D'

red 196 ◦ green 177 ◦ blue 13

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

Shades of La Rioja #C4B10D

Tints of La Rioja #C4B10D

RGB

 RED value IS 196 (76.95% from 255) = 50.78%

 GREEN value IS 177 (69.53% from 255) = 45.85%

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

R = 50.78%
G = 45.85%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4B10D (or 0xC4B10D) is known color: La Rioja. HEX triplet: C4, B1 and 0D. RGB value is (196,177,13). Sum of RGB (Red+Green+Blue) = 196+177+13=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B10D is #3B4EF2. Grayscale: #A4A4A4. Windows color (decimal): -3886835 or 897476. OLE color: 897476.

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

Color convert

RGB 196 177 13 -
CMYK 0 0.10 0.93 0.23
HSL 53.77º 0.88% 0.41% -
HSV(B) 53.77º 0.93% 0.77% -
XYZ 38.56 43.21 6.69 -
YUV 163.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 196 177 13 0 0.10 0.93 0.23 53.77 0.88 0.41
Hex C4 B1 D 0 A 5D 17 36 58 29
Octal 304 261 15 0 12 135 27 66 130 51
Binary 11000100 10110001 1101 0 1010 1011101 10111 110110 1011000 101001

Color Harmonies of #C4B10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B10D

Black with #C4B10D

Text Example


Text Example

White with #C4B10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B10D; }

 p { color: rgb(196,177,13); }

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

background-color css

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

 a { background-color: rgb(196,177,13); }

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

border-color css

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

 span { border-color: rgb(196,177,13); }

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