Html Css Color HEX #C9DB16 Fuego

📋 copy color: '#C9DB16'

red 201 ◦ green 219 ◦ blue 22

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

Shades of Fuego #C9DB16

Tints of Fuego #C9DB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.98%

R = 45.48%
G = 49.55%
B = 4.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#C9DB16 (or 0xC9DB16) is known color: Fuego. HEX triplet: C9, DB and 16. RGB value is (201,219,22). Sum of RGB (Red+Green+Blue) = 201+219+22=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DB16 is #3624E9. Grayscale: #BFBFBF. Windows color (decimal): -3548394 or 1498057. OLE color: 1498057.

HSL color Cylindrical-coordinate representation of color #C9DB16: hue angle of 65.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9DB16 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 22 -
CMYK 0.08 0 0.90 0.14
HSL 65.48º 0.82% 0.47% -
HSV(B) 65.48º 0.9% 0.86% -
XYZ 49.56 63.14 10.33 -
YUV 191.16 32.54 135.02 -
System Red Green Blue C M Y K H S L
Decimal 201 219 22 0.08 0 0.90 0.14 65.48 0.82 0.47
Hex C9 DB 16 8 0 5A E 41 52 2F
Octal 311 333 26 10 0 132 16 101 122 57
Binary 11001001 11011011 10110 1000 0 1011010 1110 1000001 1010010 101111

Color Harmonies of #C9DB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB16

Black with #C9DB16

Text Example


Text Example

White with #C9DB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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