#D1D34B

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

Shades of Confetti #D1D34B

Tints of Confetti #D1D34B

Color information

#D1D34B (or 0xD1D34B) is unknown color: approx Confetti. HEX triplet: D1, D3 and 4B. RGB value is (209,211,75). Sum of RGB (Red+Green+Blue) = 209+211+75=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D34B is #2E2CB4. Grayscale: #C3C3C3. Windows color (decimal): -3026101 or 4969425. OLE color: 4969425.

HSL color Cylindrical-coordinate representation of color #D1D34B: hue angle of 60.88º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1D34B is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB20921175-
CMYK0.0100.640.17
HSL60.88º60.71%56.08%-
HSV(B)60.88º64.45%82.75%-
XYZ50.8660.6515.68-
YUV194.960.34138.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 211 (82.81% from 255) = 42.63%
BLUE value IS 75 (29.69% from 255) = 15.15%
R=42.22%
G=42.63%
B=15.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal209211750.0100.640.1760.8860.7156.08
HexD1D34B1040113d3d38
Octal3213231131010021757570
Binary1101000111010011100101110100000010001111101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D34B; }

 p { color: rgb(209,211,75); }

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

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

 a { background-color: rgb(209,211,75); }

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

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

 span { border-color: rgb(209,211,75); }

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