Html Css Color HEX #CAC302 La Rioja

📋 copy color: '#CAC302'

red 202 ◦ green 195 ◦ blue 2

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

Shades of La Rioja #CAC302

Tints of La Rioja #CAC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.87%

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

R = 50.63%
G = 48.87%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CAC302 (or 0xCAC302) is known color: La Rioja. HEX triplet: CA, C3 and 02. RGB value is (202,195,2). Sum of RGB (Red+Green+Blue) = 202+195+2=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC302 is #353CFD. Grayscale: #AFAFAF. Windows color (decimal): -3489022 or 181194. OLE color: 181194.

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

Color convert

RGB 202 195 2 -
CMYK 0 0.03 0.99 0.21
HSL 57.9º 0.98% 0.4% -
HSV(B) 57.9º 0.99% 0.79% -
XYZ 43.88 51.59 7.7 -
YUV 175.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 202 195 2 0 0.03 0.99 0.21 57.9 0.98 0.4
Hex CA C3 2 0 3 63 15 3A 62 28
Octal 312 303 2 0 3 143 25 72 142 50
Binary 11001010 11000011 10 0 11 1100011 10101 111010 1100010 101000

Color Harmonies of #CAC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC302

Black with #CAC302

Text Example


Text Example

White with #CAC302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC302; }

 p { color: rgb(202,195,2); }

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

background-color css

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

 a { background-color: rgb(202,195,2); }

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

border-color css

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

 span { border-color: rgb(202,195,2); }

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