#D6D54D

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

Shades of Confetti #D6D54D

Tints of Confetti #D6D54D

Color information

#D6D54D (or 0xD6D54D) is unknown color: approx Confetti. HEX triplet: D6, D5 and 4D. RGB value is (214,213,77). Sum of RGB (Red+Green+Blue) = 214+213+77=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 77 (30.47% from 255 or 15.28% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D54D is #292AB2. Grayscale: #C6C6C6. Windows color (decimal): -2697907 or 5101014. OLE color: 5101014.

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

Color convert

RGB21421377-
CMYK00.000.640.16
HSL59.56º62.56%57.06%-
HSV(B)59.56º64.02%83.92%-
XYZ52.8762.4216.28-
YUV197.859.83139.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 213 (83.59% from 255) = 42.26%
BLUE value IS 77 (30.47% from 255) = 15.28%
R=42.46%
G=42.26%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142137700.000.640.1659.5662.5657.06
HexD6D54D0040103c3f39
Octal3263251150010020747771
Binary1101011011010101100110100100000010000111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D54D; }

 p { color: rgb(214,213,77); }

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

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

 a { background-color: rgb(214,213,77); }

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

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

 span { border-color: rgb(214,213,77); }

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