Html Css Color HEX #C8AA00 La Rioja

📋 copy color: '#C8AA00'

red 200 ◦ green 170 ◦ blue 0

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

Shades of La Rioja #C8AA00

Tints of La Rioja #C8AA00

RGB

 RED value IS 200 (78.52% from 255) = 54.05%

 GREEN value IS 170 (66.8% from 255) = 45.95%

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

R = 54.05%
G = 45.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C8AA00 (or 0xC8AA00) is known color: La Rioja. HEX triplet: C8, AA and 00. RGB value is (200,170,0). Sum of RGB (Red+Green+Blue) = 200+170+0=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AA00 is #3755FF. Grayscale: #A0A0A0. Windows color (decimal): -3626496 or 43720. OLE color: 43720.

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

Color convert

RGB 200 170 0 -
CMYK 0 0.15 1 0.22
HSL 51º 1% 0.39% -
HSV(B) 51º 1% 0.78% -
XYZ 38.19 41.03 5.91 -
YUV 159.59 37.94 156.82 -
System Red Green Blue C M Y K H S L
Decimal 200 170 0 0 0.15 1 0.22 51 1 0.39
Hex C8 AA 0 0 F 64 16 33 64 27
Octal 310 252 0 0 17 144 26 63 144 47
Binary 11001000 10101010 0 0 1111 1100100 10110 110011 1100100 100111

Color Harmonies of #C8AA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA00

Black with #C8AA00

Text Example


Text Example

White with #C8AA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA00; }

 p { color: rgb(200,170,0); }

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

background-color css

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

 a { background-color: rgb(200,170,0); }

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

border-color css

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

 span { border-color: rgb(200,170,0); }

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