#D4D34B

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

Shades of Confetti #D4D34B

Tints of Confetti #D4D34B

Color information

#D4D34B (or 0xD4D34B) is unknown color: approx Confetti. HEX triplet: D4, D3 and 4B. RGB value is (212,211,75). Sum of RGB (Red+Green+Blue) = 212+211+75=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D34B is #2B2CB4. Grayscale: #C4C4C4. Windows color (decimal): -2829493 or 4969428. OLE color: 4969428.

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

Color convert

RGB21221175-
CMYK00.000.650.17
HSL59.56º61.43%56.27%-
HSV(B)59.56º64.62%83.14%-
XYZ51.7261.0915.72-
YUV195.859.83139.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.57%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 75 (29.69% from 255) = 15.06%
R=42.57%
G=42.37%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122117500.000.650.1759.5661.4356.27
HexD4D34B0041113c3d38
Octal3243231130010121747570
Binary1101010011010011100101100100000110001111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D34B; }

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

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

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

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

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

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

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

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