Html Css Color HEX #CAD401 La Rioja

📋 copy color: '#CAD401'

red 202 ◦ green 212 ◦ blue 1

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

Shades of La Rioja #CAD401

Tints of La Rioja #CAD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.08%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 48.67%
G = 51.08%
B = 0.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#CAD401 (or 0xCAD401) is known color: La Rioja. HEX triplet: CA, D4 and 01. RGB value is (202,212,1). Sum of RGB (Red+Green+Blue) = 202+212+1=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAD401 is #352BFE. Grayscale: #B9B9B9. Windows color (decimal): -3484671 or 120010. OLE color: 120010.

HSL color Cylindrical-coordinate representation of color #CAD401: hue angle of 62.84º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAD401 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 212 1 -
CMYK 0.05 0 1.00 0.17
HSL 62.84º 0.99% 0.42% -
HSV(B) 62.84º 1% 0.83% -
XYZ 47.91 59.65 9.02 -
YUV 184.96 24.19 140.16 -
System Red Green Blue C M Y K H S L
Decimal 202 212 1 0.05 0 1.00 0.17 62.84 0.99 0.42
Hex CA D4 1 5 0 64 11 3F 63 2A
Octal 312 324 1 5 0 144 21 77 143 52
Binary 11001010 11010100 1 101 0 1100100 10001 111111 1100011 101010

Color Harmonies of #CAD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD401

Black with #CAD401

Text Example


Text Example

White with #CAD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD401; }

 p { color: rgb(202,212,1); }

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

background-color css

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

 a { background-color: rgb(202,212,1); }

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

border-color css

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

 span { border-color: rgb(202,212,1); }

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