Html Css Color HEX #C9DB15 Fuego

📋 copy color: '#C9DB15'

red 201 ◦ green 219 ◦ blue 21

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

Shades of Fuego #C9DB15

Tints of Fuego #C9DB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.76%

R = 45.58%
G = 49.66%
B = 4.76%

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

#C9DB15 (or 0xC9DB15) is known color: Fuego. HEX triplet: C9, DB and 15. RGB value is (201,219,21). Sum of RGB (Red+Green+Blue) = 201+219+21=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 21 (8.59% from 255 or 4.76% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DB15 is #3624EA. Grayscale: #BFBFBF. Windows color (decimal): -3548395 or 1432521. OLE color: 1432521.

HSL color Cylindrical-coordinate representation of color #C9DB15: hue angle of 65.45º 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 #C9DB15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 21 -
CMYK 0.08 0 0.90 0.14
HSL 65.45º 0.83% 0.47% -
HSV(B) 65.45º 0.9% 0.86% -
XYZ 49.55 63.13 10.28 -
YUV 191.05 32.04 135.1 -
System Red Green Blue C M Y K H S L
Decimal 201 219 21 0.08 0 0.90 0.14 65.45 0.83 0.47
Hex C9 DB 15 8 0 5A E 41 52 2F
Octal 311 333 25 10 0 132 16 101 122 57
Binary 11001001 11011011 10101 1000 0 1011010 1110 1000001 1010010 101111

Color Harmonies of #C9DB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB15

Black with #C9DB15

Text Example


Text Example

White with #C9DB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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