Html Css Color HEX #CAD329 Fuego

📋 copy color: '#CAD329'

red 202 ◦ green 211 ◦ blue 41

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

Shades of Fuego #CAD329

Tints of Fuego #CAD329

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.48%

 BLUE value IS 41 (16.41% from 255) = 9.03%

R = 44.49%
G = 46.48%
B = 9.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CAD329 (or 0xCAD329) is known color: Fuego. HEX triplet: CA, D3 and 29. RGB value is (202,211,41). Sum of RGB (Red+Green+Blue) = 202+211+41=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD329 is #352CD6. Grayscale: #BDBDBD. Windows color (decimal): -3484887 or 2741194. OLE color: 2741194.

HSL color Cylindrical-coordinate representation of color #CAD329: hue angle of 63.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAD329 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 211 41 -
CMYK 0.04 0 0.81 0.17
HSL 63.18º 0.67% 0.49% -
HSV(B) 63.18º 0.81% 0.83% -
XYZ 48.05 59.31 11.01 -
YUV 188.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 202 211 41 0.04 0 0.81 0.17 63.18 0.67 0.49
Hex CA D3 29 4 0 51 11 3F 43 31
Octal 312 323 51 4 0 121 21 77 103 61
Binary 11001010 11010011 101001 100 0 1010001 10001 111111 1000011 110001

Color Harmonies of #CAD329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD329

Black with #CAD329

Text Example


Text Example

White with #CAD329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD329; }

 p { color: rgb(202,211,41); }

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

background-color css

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

 a { background-color: rgb(202,211,41); }

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

border-color css

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

 span { border-color: rgb(202,211,41); }

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