Html Css Color HEX #C9AF00 La Rioja

📋 copy color: '#C9AF00'

red 201 ◦ green 175 ◦ blue 0

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

Shades of La Rioja #C9AF00

Tints of La Rioja #C9AF00

RGB

 RED value IS 201 (78.91% from 255) = 53.46%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.46%
G = 46.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C9AF00 (or 0xC9AF00) is known color: La Rioja. HEX triplet: C9, AF and 00. RGB value is (201,175,0). Sum of RGB (Red+Green+Blue) = 201+175+0=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9AF00 is #3650FF. Grayscale: #A3A3A3. Windows color (decimal): -3559680 or 45001. OLE color: 45001.

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

Color convert

RGB 201 175 0 -
CMYK 0 0.13 1 0.21
HSL 52.24º 1% 0.39% -
HSV(B) 52.24º 1% 0.79% -
XYZ 39.42 43.08 6.24 -
YUV 162.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 201 175 0 0 0.13 1 0.21 52.24 1 0.39
Hex C9 AF 0 0 D 64 15 34 64 27
Octal 311 257 0 0 15 144 25 64 144 47
Binary 11001001 10101111 0 0 1101 1100100 10101 110100 1100100 100111

Color Harmonies of #C9AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF00

Black with #C9AF00

Text Example


Text Example

White with #C9AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF00; }

 p { color: rgb(201,175,0); }

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

background-color css

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

 a { background-color: rgb(201,175,0); }

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

border-color css

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

 span { border-color: rgb(201,175,0); }

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