Html Css Color HEX #C9DD1F Fuego

📋 copy color: '#C9DD1F'

red 201 ◦ green 221 ◦ blue 31

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

Shades of Fuego #C9DD1F

Tints of Fuego #C9DD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.84%

R = 44.37%
G = 48.79%
B = 6.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#C9DD1F (or 0xC9DD1F) is known color: Fuego. HEX triplet: C9, DD and 1F. RGB value is (201,221,31). Sum of RGB (Red+Green+Blue) = 201+221+31=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DD1F is #3622E0. Grayscale: #C2C2C2. Windows color (decimal): -3547873 or 2088393. OLE color: 2088393.

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

Color convert

RGB 201 221 31 -
CMYK 0.09 0 0.86 0.13
HSL 66.32º 0.75% 0.49% -
HSV(B) 66.32º 0.86% 0.87% -
XYZ 50.19 64.23 11.05 -
YUV 193.36 36.37 133.45 -
System Red Green Blue C M Y K H S L
Decimal 201 221 31 0.09 0 0.86 0.13 66.32 0.75 0.49
Hex C9 DD 1F 9 0 56 D 42 4B 31
Octal 311 335 37 11 0 126 15 102 113 61
Binary 11001001 11011101 11111 1001 0 1010110 1101 1000010 1001011 110001

Color Harmonies of #C9DD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD1F

Black with #C9DD1F

Text Example


Text Example

White with #C9DD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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