Html Css Color HEX #C9DC1A Fuego

📋 copy color: '#C9DC1A'

red 201 ◦ green 220 ◦ blue 26

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

Shades of Fuego #C9DC1A

Tints of Fuego #C9DC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.82%

R = 44.97%
G = 49.22%
B = 5.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#C9DC1A (or 0xC9DC1A) is known color: Fuego. HEX triplet: C9, DC and 1A. RGB value is (201,220,26). Sum of RGB (Red+Green+Blue) = 201+220+26=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC1A is #3623E5. Grayscale: #C0C0C0. Windows color (decimal): -3548134 or 1760457. OLE color: 1760457.

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

Color convert

RGB 201 220 26 -
CMYK 0.09 0 0.88 0.14
HSL 65.88º 0.79% 0.48% -
HSV(B) 65.88º 0.88% 0.86% -
XYZ 49.87 63.68 10.64 -
YUV 192.2 34.21 134.27 -
System Red Green Blue C M Y K H S L
Decimal 201 220 26 0.09 0 0.88 0.14 65.88 0.79 0.48
Hex C9 DC 1A 9 0 58 E 42 4F 30
Octal 311 334 32 11 0 130 16 102 117 60
Binary 11001001 11011100 11010 1001 0 1011000 1110 1000010 1001111 110000

Color Harmonies of #C9DC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC1A

Black with #C9DC1A

Text Example


Text Example

White with #C9DC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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