Html Css Color HEX #C4AF04 La Rioja

📋 copy color: '#C4AF04'

red 196 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #C4AF04

Tints of La Rioja #C4AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.67%

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

R = 52.27%
G = 46.67%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C4AF04 (or 0xC4AF04) is known color: La Rioja. HEX triplet: C4, AF and 04. RGB value is (196,175,4). Sum of RGB (Red+Green+Blue) = 196+175+4=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF04 is #3B50FB. Grayscale: #A2A2A2. Windows color (decimal): -3887356 or 307140. OLE color: 307140.

HSL color Cylindrical-coordinate representation of color #C4AF04: hue angle of 53.44º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4AF04 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 4 -
CMYK 0 0.11 0.98 0.23
HSL 53.44º 0.96% 0.39% -
HSV(B) 53.44º 0.98% 0.77% -
XYZ 38.12 42.4 6.29 -
YUV 161.79 38.96 152.4 -
System Red Green Blue C M Y K H S L
Decimal 196 175 4 0 0.11 0.98 0.23 53.44 0.96 0.39
Hex C4 AF 4 0 B 62 17 35 60 27
Octal 304 257 4 0 13 142 27 65 140 47
Binary 11000100 10101111 100 0 1011 1100010 10111 110101 1100000 100111

Color Harmonies of #C4AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF04

Black with #C4AF04

Text Example


Text Example

White with #C4AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF04; }

 p { color: rgb(196,175,4); }

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

background-color css

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

 a { background-color: rgb(196,175,4); }

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

border-color css

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

 span { border-color: rgb(196,175,4); }

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