Html Css Color HEX #C4B611 La Rioja

📋 copy color: '#C4B611'

red 196 ◦ green 182 ◦ blue 17

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

Shades of La Rioja #C4B611

Tints of La Rioja #C4B611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 49.62%
G = 46.08%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4B611 (or 0xC4B611) is known color: La Rioja. HEX triplet: C4, B6 and 11. RGB value is (196,182,17). Sum of RGB (Red+Green+Blue) = 196+182+17=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B611 is #3B49EE. Grayscale: #A8A8A8. Windows color (decimal): -3885551 or 1160900. OLE color: 1160900.

HSL color Cylindrical-coordinate representation of color #C4B611: hue angle of 55.31º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4B611 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 182 17 -
CMYK 0 0.07 0.91 0.23
HSL 55.31º 0.84% 0.42% -
HSV(B) 55.31º 0.91% 0.77% -
XYZ 39.59 45.23 7.17 -
YUV 167.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 196 182 17 0 0.07 0.91 0.23 55.31 0.84 0.42
Hex C4 B6 11 0 7 5B 17 37 54 2A
Octal 304 266 21 0 7 133 27 67 124 52
Binary 11000100 10110110 10001 0 111 1011011 10111 110111 1010100 101010

Color Harmonies of #C4B611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B611

Black with #C4B611

Text Example


Text Example

White with #C4B611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B611; }

 p { color: rgb(196,182,17); }

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

background-color css

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

 a { background-color: rgb(196,182,17); }

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

border-color css

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

 span { border-color: rgb(196,182,17); }

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