#D6C245

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

Shades of Confetti #D6C245

Tints of Confetti #D6C245

Color information

#D6C245 (or 0xD6C245) is unknown color: approx Confetti. HEX triplet: D6, C2 and 45. RGB value is (214,194,69). Sum of RGB (Red+Green+Blue) = 214+194+69=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C245 is #293DBA. Grayscale: #BABABA. Windows color (decimal): -2702779 or 4571862. OLE color: 4571862.

HSL color Cylindrical-coordinate representation of color #D6C245: hue angle of 51.72º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6C245 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB21419469-
CMYK00.090.680.16
HSL51.72º63.88%55.49%-
HSV(B)51.72º67.76%83.92%-
XYZ48.153.3113.38-
YUV185.7362.13148.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 69 (27.34% from 255) = 14.47%
R=44.86%
G=40.67%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141946900.090.680.1651.7263.8855.49
HexD6C245094410344037
Octal326302105011104206410067
Binary11010110110000101000101010011000100100001101001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C245; }

 p { color: rgb(214,194,69); }

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

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

 a { background-color: rgb(214,194,69); }

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

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

 span { border-color: rgb(214,194,69); }

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