Html Css Color HEX #C7AD01 La Rioja

📋 copy color: '#C7AD01'

red 199 ◦ green 173 ◦ blue 1

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

Shades of La Rioja #C7AD01

Tints of La Rioja #C7AD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 53.35%
G = 46.38%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7AD01 (or 0xC7AD01) is known color: La Rioja. HEX triplet: C7, AD and 01. RGB value is (199,173,1). Sum of RGB (Red+Green+Blue) = 199+173+1=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD01 is #3852FE. Grayscale: #A1A1A1. Windows color (decimal): -3691263 or 110023. OLE color: 110023.

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

Color convert

RGB 199 173 1 -
CMYK 0 0.13 0.99 0.22
HSL 52.12º 0.99% 0.39% -
HSV(B) 52.12º 0.99% 0.78% -
XYZ 38.5 42.03 6.11 -
YUV 161.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 199 173 1 0 0.13 0.99 0.22 52.12 0.99 0.39
Hex C7 AD 1 0 D 63 16 34 63 27
Octal 307 255 1 0 15 143 26 64 143 47
Binary 11000111 10101101 1 0 1101 1100011 10110 110100 1100011 100111

Color Harmonies of #C7AD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD01

Black with #C7AD01

Text Example


Text Example

White with #C7AD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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