Html Css Color HEX #C9DB2C Fuego

📋 copy color: '#C9DB2C'

red 201 ◦ green 219 ◦ blue 44

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

Shades of Fuego #C9DB2C

Tints of Fuego #C9DB2C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

 BLUE value IS 44 (17.58% from 255) = 9.48%

R = 43.32%
G = 47.2%
B = 9.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#C9DB2C (or 0xC9DB2C) is known color: Fuego. HEX triplet: C9, DB and 2C. RGB value is (201,219,44). Sum of RGB (Red+Green+Blue) = 201+219+44=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB2C is #3624D3. Grayscale: #C2C2C2. Windows color (decimal): -3548372 or 2939849. OLE color: 2939849.

HSL color Cylindrical-coordinate representation of color #C9DB2C: hue angle of 66.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9DB2C is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 44 -
CMYK 0.08 0 0.80 0.14
HSL 66.17º 0.71% 0.52% -
HSV(B) 66.17º 0.8% 0.86% -
XYZ 49.87 63.26 11.97 -
YUV 193.67 43.54 133.23 -
System Red Green Blue C M Y K H S L
Decimal 201 219 44 0.08 0 0.80 0.14 66.17 0.71 0.52
Hex C9 DB 2C 8 0 50 E 42 47 34
Octal 311 333 54 10 0 120 16 102 107 64
Binary 11001001 11011011 101100 1000 0 1010000 1110 1000010 1000111 110100

Color Harmonies of #C9DB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB2C

Black with #C9DB2C

Text Example


Text Example

White with #C9DB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB2C; }

 p { color: rgb(201,219,44); }

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

background-color css

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

 a { background-color: rgb(201,219,44); }

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

border-color css

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

 span { border-color: rgb(201,219,44); }

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