Html Css Color HEX #C9DC1B Fuego

📋 copy color: '#C9DC1B'

red 201 ◦ green 220 ◦ blue 27

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

Shades of Fuego #C9DC1B

Tints of Fuego #C9DC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.03%

R = 44.87%
G = 49.11%
B = 6.03%

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

#C9DC1B (or 0xC9DC1B) is known color: Fuego. HEX triplet: C9, DC and 1B. RGB value is (201,220,27). Sum of RGB (Red+Green+Blue) = 201+220+27=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC1B is #3623E4. Grayscale: #C1C1C1. Windows color (decimal): -3548133 or 1825993. OLE color: 1825993.

HSL color Cylindrical-coordinate representation of color #C9DC1B: hue angle of 65.91º degrees, saturation: 0.78, 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 #C9DC1B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 27 -
CMYK 0.09 0 0.88 0.14
HSL 65.91º 0.78% 0.48% -
HSV(B) 65.91º 0.88% 0.86% -
XYZ 49.88 63.68 10.7 -
YUV 192.32 34.71 134.19 -
System Red Green Blue C M Y K H S L
Decimal 201 220 27 0.09 0 0.88 0.14 65.91 0.78 0.48
Hex C9 DC 1B 9 0 58 E 42 4E 30
Octal 311 334 33 11 0 130 16 102 116 60
Binary 11001001 11011100 11011 1001 0 1011000 1110 1000010 1001110 110000

Color Harmonies of #C9DC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC1B

Black with #C9DC1B

Text Example


Text Example

White with #C9DC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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