Html Css Color HEX #C6D31D Fuego

📋 copy color: '#C6D31D'

red 198 ◦ green 211 ◦ blue 29

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

Shades of Fuego #C6D31D

Tints of Fuego #C6D31D

RGB

 RED value IS 198 (77.73% from 255) = 45.21%

 GREEN value IS 211 (82.81% from 255) = 48.17%

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 45.21%
G = 48.17%
B = 6.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#C6D31D (or 0xC6D31D) is known color: Fuego. HEX triplet: C6, D3 and 1D. RGB value is (198,211,29). Sum of RGB (Red+Green+Blue) = 198+211+29=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D31D is #392CE2. Grayscale: #BBBBBB. Windows color (decimal): -3747043 or 1954758. OLE color: 1954758.

HSL color Cylindrical-coordinate representation of color #C6D31D: hue angle of 64.29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6D31D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 211 29 -
CMYK 0.06 0 0.86 0.17
HSL 64.29º 0.76% 0.47% -
HSV(B) 64.29º 0.86% 0.83% -
XYZ 46.8 58.68 10.02 -
YUV 186.37 39.19 136.3 -
System Red Green Blue C M Y K H S L
Decimal 198 211 29 0.06 0 0.86 0.17 64.29 0.76 0.47
Hex C6 D3 1D 6 0 56 11 40 4C 2F
Octal 306 323 35 6 0 126 21 100 114 57
Binary 11000110 11010011 11101 110 0 1010110 10001 1000000 1001100 101111

Color Harmonies of #C6D31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D31D

Black with #C6D31D

Text Example


Text Example

White with #C6D31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D31D; }

 p { color: rgb(198,211,29); }

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

background-color css

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

 a { background-color: rgb(198,211,29); }

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

border-color css

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

 span { border-color: rgb(198,211,29); }

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