Html Css Color HEX #CAC000 La Rioja

📋 copy color: '#CAC000'

red 202 ◦ green 192 ◦ blue 0

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

Shades of La Rioja #CAC000

Tints of La Rioja #CAC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.73%

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

R = 51.27%
G = 48.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CAC000 (or 0xCAC000) is known color: La Rioja. HEX triplet: CA, C0 and 00. RGB value is (202,192,0). Sum of RGB (Red+Green+Blue) = 202+192+0=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 0 (0.39% from 255 or 0% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC000 is #353FFF. Grayscale: #ADADAD. Windows color (decimal): -3489792 or 49354. OLE color: 49354.

HSL color Cylindrical-coordinate representation of color #CAC000: hue angle of 57.03º 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 #CAC000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 0 -
CMYK 0 0.05 1 0.21
HSL 57.03º 1% 0.4% -
HSV(B) 57.03º 1% 0.79% -
XYZ 43.21 50.26 7.42 -
YUV 173.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 202 192 0 0 0.05 1 0.21 57.03 1 0.4
Hex CA C0 0 0 5 64 15 39 64 28
Octal 312 300 0 0 5 144 25 71 144 50
Binary 11001010 11000000 0 0 101 1100100 10101 111001 1100100 101000

Color Harmonies of #CAC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC000

Black with #CAC000

Text Example


Text Example

White with #CAC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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