Html Css Color HEX #C9DC1C Fuego

📋 copy color: '#C9DC1C'

red 201 ◦ green 220 ◦ blue 28

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

Shades of Fuego #C9DC1C

Tints of Fuego #C9DC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.24%

R = 44.77%
G = 49%
B = 6.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#C9DC1C (or 0xC9DC1C) is known color: Fuego. HEX triplet: C9, DC and 1C. RGB value is (201,220,28). Sum of RGB (Red+Green+Blue) = 201+220+28=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC1C is #3623E3. Grayscale: #C1C1C1. Windows color (decimal): -3548132 or 1891529. OLE color: 1891529.

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

Color convert

RGB 201 220 28 -
CMYK 0.09 0 0.87 0.14
HSL 65.94º 0.77% 0.49% -
HSV(B) 65.94º 0.87% 0.86% -
XYZ 49.89 63.69 10.76 -
YUV 192.43 35.21 134.11 -
System Red Green Blue C M Y K H S L
Decimal 201 220 28 0.09 0 0.87 0.14 65.94 0.77 0.49
Hex C9 DC 1C 9 0 57 E 42 4D 31
Octal 311 334 34 11 0 127 16 102 115 61
Binary 11001001 11011100 11100 1001 0 1010111 1110 1000010 1001101 110001

Color Harmonies of #C9DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC1C

Black with #C9DC1C

Text Example


Text Example

White with #C9DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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