#D7D44B

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

Shades of Confetti #D7D44B

Tints of Confetti #D7D44B

Color information

#D7D44B (or 0xD7D44B) is unknown color: approx Confetti. HEX triplet: D7, D4 and 4B. RGB value is (215,212,75). Sum of RGB (Red+Green+Blue) = 215+212+75=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7D44B is #282BB4. Grayscale: #C5C5C5. Windows color (decimal): -2632629 or 4969687. OLE color: 4969687.

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

Color convert

RGB21521275-
CMYK00.010.650.16
HSL58.71º63.64%56.86%-
HSV(B)58.71º65.12%84.31%-
XYZ52.8462.0415.85-
YUV197.2858.99140.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 212 (83.20% from 255) = 42.23%
BLUE value IS 75 (29.69% from 255) = 14.94%
R=42.83%
G=42.23%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152127500.010.650.1658.7163.6456.86
HexD7D44B0141103b4039
Octal32732411301101207310071
Binary11010111110101001001011011000001100001110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D44B; }

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

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

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

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

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

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

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

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