Html Css Color HEX #C7AD04 La Rioja

📋 copy color: '#C7AD04'

red 199 ◦ green 173 ◦ blue 4

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

Shades of La Rioja #C7AD04

Tints of La Rioja #C7AD04

RGB

 RED value IS 199 (78.13% from 255) = 52.93%

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

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 52.93%
G = 46.01%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C7AD04 (or 0xC7AD04) is known color: La Rioja. HEX triplet: C7, AD and 04. RGB value is (199,173,4). Sum of RGB (Red+Green+Blue) = 199+173+4=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD04 is #3852FB. Grayscale: #A2A2A2. Windows color (decimal): -3691260 or 306631. OLE color: 306631.

HSL color Cylindrical-coordinate representation of color #C7AD04: hue angle of 52º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7AD04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 4 -
CMYK 0 0.13 0.98 0.22
HSL 52º 0.96% 0.4% -
HSV(B) 52º 0.98% 0.78% -
XYZ 38.52 42.04 6.2 -
YUV 161.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 199 173 4 0 0.13 0.98 0.22 52 0.96 0.4
Hex C7 AD 4 0 D 62 16 34 60 28
Octal 307 255 4 0 15 142 26 64 140 50
Binary 11000111 10101101 100 0 1101 1100010 10110 110100 1100000 101000

Color Harmonies of #C7AD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD04

Black with #C7AD04

Text Example


Text Example

White with #C7AD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD04; }

 p { color: rgb(199,173,4); }

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

background-color css

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

 a { background-color: rgb(199,173,4); }

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

border-color css

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

 span { border-color: rgb(199,173,4); }

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