#C8DA1D

Color #C8DA1D Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C8DA1D

Tints of Fuego #C8DA1D

Color information

#C8DA1D (or 0xC8DA1D) is unknown color: approx Fuego. HEX triplet: C8, DA and 1D. RGB value is (200,218,29). Sum of RGB (Red+Green+Blue) = 200+218+29=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 29 (11.72% from 255 or 6.49% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA1D is #3725E2. Grayscale: #BFBFBF. Windows color (decimal): -3614179 or 1956552. OLE color: 1956552.

HSL color Cylindrical-coordinate representation of color #C8DA1D: hue angle of 65.71º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8DA1D is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB20021829-
CMYK0.0800.870.15
HSL65.71º76.52%48.43%-
HSV(B)65.71º86.7%85.49%-
XYZ49.1162.5110.64-
YUV191.0736.54134.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 29 (11.72% from 255) = 6.49%
R=44.74%
G=48.77%
B=6.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200218290.0800.870.1565.7176.5248.43
HexC8DA1D8057F424d30
Octal310332351001271710211560
Binary110010001101101011101100001010111111110000101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DA1D; }

 p { color: rgb(200,218,29); }

 H1.HeaderClassName
 {
   color: #C8DA1D;
 }
 .AnyTagClassName
 {
   color: #C8DA1D;
 }
</style>
background-color css

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

 a { background-color: rgb(200,218,29); }

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

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

 span { border-color: rgb(200,218,29); }

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