Html Css Color HEX #C4AD0C La Rioja

📋 copy color: '#C4AD0C'

red 196 ◦ green 173 ◦ blue 12

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

Shades of La Rioja #C4AD0C

Tints of La Rioja #C4AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.41%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 51.44%
G = 45.41%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4AD0C (or 0xC4AD0C) is known color: La Rioja. HEX triplet: C4, AD and 0C. RGB value is (196,173,12). Sum of RGB (Red+Green+Blue) = 196+173+12=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AD0C is #3B52F3. Grayscale: #A2A2A2. Windows color (decimal): -3887860 or 830916. OLE color: 830916.

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

Color convert

RGB 196 173 12 -
CMYK 0 0.12 0.94 0.23
HSL 52.5º 0.88% 0.41% -
HSV(B) 52.5º 0.94% 0.77% -
XYZ 37.77 41.65 6.4 -
YUV 161.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 196 173 12 0 0.12 0.94 0.23 52.5 0.88 0.41
Hex C4 AD C 0 C 5E 17 34 58 29
Octal 304 255 14 0 14 136 27 64 130 51
Binary 11000100 10101101 1100 0 1100 1011110 10111 110100 1011000 101001

Color Harmonies of #C4AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD0C

Black with #C4AD0C

Text Example


Text Example

White with #C4AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD0C; }

 p { color: rgb(196,173,12); }

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

background-color css

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

 a { background-color: rgb(196,173,12); }

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

border-color css

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

 span { border-color: rgb(196,173,12); }

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