Html Css Color HEX #C9DC2A Fuego

📋 copy color: '#C9DC2A'

red 201 ◦ green 220 ◦ blue 42

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

Shades of Fuego #C9DC2A

Tints of Fuego #C9DC2A

RGB

 RED value IS 201 (78.91% from 255) = 43.41%

 GREEN value IS 220 (86.33% from 255) = 47.52%

 BLUE value IS 42 (16.8% from 255) = 9.07%

R = 43.41%
G = 47.52%
B = 9.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#C9DC2A (or 0xC9DC2A) is known color: Fuego. HEX triplet: C9, DC and 2A. RGB value is (201,220,42). Sum of RGB (Red+Green+Blue) = 201+220+42=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC2A is #3623D5. Grayscale: #C2C2C2. Windows color (decimal): -3548118 or 2809033. OLE color: 2809033.

HSL color Cylindrical-coordinate representation of color #C9DC2A: hue angle of 66.4º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9DC2A is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 42 -
CMYK 0.09 0 0.81 0.14
HSL 66.4º 0.72% 0.51% -
HSV(B) 66.4º 0.81% 0.86% -
XYZ 50.1 63.77 11.86 -
YUV 194.03 42.21 132.97 -
System Red Green Blue C M Y K H S L
Decimal 201 220 42 0.09 0 0.81 0.14 66.4 0.72 0.51
Hex C9 DC 2A 9 0 51 E 42 48 33
Octal 311 334 52 11 0 121 16 102 110 63
Binary 11001001 11011100 101010 1001 0 1010001 1110 1000010 1001000 110011

Color Harmonies of #C9DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC2A

Black with #C9DC2A

Text Example


Text Example

White with #C9DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC2A; }

 p { color: rgb(201,220,42); }

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

background-color css

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

 a { background-color: rgb(201,220,42); }

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

border-color css

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

 span { border-color: rgb(201,220,42); }

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