Html Css Color HEX #CAC600 La Rioja

📋 copy color: '#CAC600'

red 202 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #CAC600

Tints of La Rioja #CAC600

RGB

 RED value IS 202 (79.3% from 255) = 50.5%

 GREEN value IS 198 (77.73% from 255) = 49.5%

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

R = 50.5%
G = 49.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAC600 (or 0xCAC600) is known color: La Rioja. HEX triplet: CA, C6 and 00. RGB value is (202,198,0). Sum of RGB (Red+Green+Blue) = 202+198+0=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC600 is #3539FF. Grayscale: #B1B1B1. Windows color (decimal): -3488256 or 50890. OLE color: 50890.

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

Color convert

RGB 202 198 0 -
CMYK 0 0.02 1 0.21
HSL 58.81º 1% 0.4% -
HSV(B) 58.81º 1% 0.79% -
XYZ 44.55 52.94 7.87 -
YUV 176.62 28.33 146.1 -
System Red Green Blue C M Y K H S L
Decimal 202 198 0 0 0.02 1 0.21 58.81 1 0.4
Hex CA C6 0 0 2 64 15 3B 64 28
Octal 312 306 0 0 2 144 25 73 144 50
Binary 11001010 11000110 0 0 10 1100100 10101 111011 1100100 101000

Color Harmonies of #CAC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC600

Black with #CAC600

Text Example


Text Example

White with #CAC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC600; }

 p { color: rgb(202,198,0); }

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

background-color css

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

 a { background-color: rgb(202,198,0); }

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

border-color css

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

 span { border-color: rgb(202,198,0); }

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