#D8D64B

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

Shades of Confetti #D8D64B

Tints of Confetti #D8D64B

Color information

#D8D64B (or 0xD8D64B) is unknown color: approx Confetti. HEX triplet: D8, D6 and 4B. RGB value is (216,214,75). Sum of RGB (Red+Green+Blue) = 216+214+75=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D64B is #2729B4. Grayscale: #C7C7C7. Windows color (decimal): -2566581 or 4970200. OLE color: 4970200.

HSL color Cylindrical-coordinate representation of color #D8D64B: hue angle of 59.15º 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 #D8D64B is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB21621475-
CMYK00.010.650.15
HSL59.15º64.38%57.06%-
HSV(B)59.15º65.28%84.71%-
XYZ53.6463.216.03-
YUV198.7558.16140.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 214 (83.98% from 255) = 42.38%
BLUE value IS 75 (29.69% from 255) = 14.85%
R=42.77%
G=42.38%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162147500.010.650.1559.1564.3857.06
HexD8D64B0141F3b4039
Octal33032611301101177310071
Binary1101100011010110100101101100000111111110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D64B; }

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

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

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

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

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

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

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

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