#D8D44B

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

Shades of Confetti #D8D44B

Tints of Confetti #D8D44B

Color information

#D8D44B (or 0xD8D44B) is unknown color: approx Confetti. HEX triplet: D8, D4 and 4B. RGB value is (216,212,75). Sum of RGB (Red+Green+Blue) = 216+212+75=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D44B is #272BB4. Grayscale: #C6C6C6. Windows color (decimal): -2567093 or 4969688. OLE color: 4969688.

HSL color Cylindrical-coordinate representation of color #D8D44B: hue angle of 58.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D8D44B is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21621275-
CMYK00.020.650.15
HSL58.3º64.38%57.06%-
HSV(B)58.3º65.28%84.71%-
XYZ53.1362.1915.86-
YUV197.5858.83141.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.94%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 75 (29.69% from 255) = 14.91%
R=42.94%
G=42.15%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162127500.020.650.1558.364.3857.06
HexD8D44B0241F3a4039
Octal33032411302101177210071
Binary11011000110101001001011010100000111111110101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D44B; }

 p { color: rgb(216,212,75); }

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

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

 a { background-color: rgb(216,212,75); }

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

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

 span { border-color: rgb(216,212,75); }

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