Html Css Color HEX #CAC605 La Rioja

📋 copy color: '#CAC605'

red 202 ◦ green 198 ◦ blue 5

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

Shades of La Rioja #CAC605

Tints of La Rioja #CAC605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 49.88%
G = 48.89%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAC605 (or 0xCAC605) is known color: La Rioja. HEX triplet: CA, C6 and 05. RGB value is (202,198,5). Sum of RGB (Red+Green+Blue) = 202+198+5=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 198 (77.73% from 255 or 48.89% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC605 is #3539FA. Grayscale: #B1B1B1. Windows color (decimal): -3488251 or 378570. OLE color: 378570.

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

Color convert

RGB 202 198 5 -
CMYK 0 0.02 0.98 0.21
HSL 58.78º 0.95% 0.41% -
HSV(B) 58.78º 0.98% 0.79% -
XYZ 44.58 52.96 8.02 -
YUV 177.19 30.83 145.69 -
System Red Green Blue C M Y K H S L
Decimal 202 198 5 0 0.02 0.98 0.21 58.78 0.95 0.41
Hex CA C6 5 0 2 62 15 3B 5F 29
Octal 312 306 5 0 2 142 25 73 137 51
Binary 11001010 11000110 101 0 10 1100010 10101 111011 1011111 101001

Color Harmonies of #CAC605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC605

Black with #CAC605

Text Example


Text Example

White with #CAC605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC605; }

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

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

background-color css

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

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

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

border-color css

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

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

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