Html Css Color HEX #C9DD1A Fuego

📋 copy color: '#C9DD1A'

red 201 ◦ green 221 ◦ blue 26

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

Shades of Fuego #C9DD1A

Tints of Fuego #C9DD1A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.33%

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

R = 44.87%
G = 49.33%
B = 5.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#C9DD1A (or 0xC9DD1A) is known color: Fuego. HEX triplet: C9, DD and 1A. RGB value is (201,221,26). Sum of RGB (Red+Green+Blue) = 201+221+26=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 26 (10.55% from 255 or 5.80% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD1A is #3622E5. Grayscale: #C1C1C1. Windows color (decimal): -3547878 or 1760713. OLE color: 1760713.

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

Color convert

RGB 201 221 26 -
CMYK 0.09 0 0.88 0.13
HSL 66.15º 0.79% 0.48% -
HSV(B) 66.15º 0.88% 0.87% -
XYZ 50.13 64.2 10.73 -
YUV 192.79 33.87 133.86 -
System Red Green Blue C M Y K H S L
Decimal 201 221 26 0.09 0 0.88 0.13 66.15 0.79 0.48
Hex C9 DD 1A 9 0 58 D 42 4F 30
Octal 311 335 32 11 0 130 15 102 117 60
Binary 11001001 11011101 11010 1001 0 1011000 1101 1000010 1001111 110000

Color Harmonies of #C9DD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD1A

Black with #C9DD1A

Text Example


Text Example

White with #C9DD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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