Html Css Color HEX #C8AD02 La Rioja

📋 copy color: '#C8AD02'

red 200 ◦ green 173 ◦ blue 2

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

Shades of La Rioja #C8AD02

Tints of La Rioja #C8AD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 53.33%
G = 46.13%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C8AD02 (or 0xC8AD02) is known color: La Rioja. HEX triplet: C8, AD and 02. RGB value is (200,173,2). Sum of RGB (Red+Green+Blue) = 200+173+2=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AD02 is #3752FD. Grayscale: #A2A2A2. Windows color (decimal): -3625726 or 175560. OLE color: 175560.

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

Color convert

RGB 200 173 2 -
CMYK 0 0.14 0.99 0.22
HSL 51.82º 0.98% 0.4% -
HSV(B) 51.82º 0.99% 0.78% -
XYZ 38.77 42.17 6.15 -
YUV 161.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 200 173 2 0 0.14 0.99 0.22 51.82 0.98 0.4
Hex C8 AD 2 0 E 63 16 34 62 28
Octal 310 255 2 0 16 143 26 64 142 50
Binary 11001000 10101101 10 0 1110 1100011 10110 110100 1100010 101000

Color Harmonies of #C8AD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD02

Black with #C8AD02

Text Example


Text Example

White with #C8AD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD02; }

 p { color: rgb(200,173,2); }

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

background-color css

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

 a { background-color: rgb(200,173,2); }

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

border-color css

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

 span { border-color: rgb(200,173,2); }

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