#D3CD4F

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

Shades of Confetti #D3CD4F

Tints of Confetti #D3CD4F

Color information

#D3CD4F (or 0xD3CD4F) is unknown color: approx Confetti. HEX triplet: D3, CD and 4F. RGB value is (211,205,79). Sum of RGB (Red+Green+Blue) = 211+205+79=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD4F is #2C32B0. Grayscale: #C0C0C0. Windows color (decimal): -2896561 or 5230035. OLE color: 5230035.

HSL color Cylindrical-coordinate representation of color #D3CD4F: hue angle of 57.27º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3CD4F is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB21120579-
CMYK00.030.630.17
HSL57.27º60%56.86%-
HSV(B)57.27º62.56%82.75%-
XYZ50.1158.0815.97-
YUV192.4363.99141.25-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.63%
GREEN value IS 205 (80.47% from 255) = 41.41%
BLUE value IS 79 (31.25% from 255) = 15.96%
R=42.63%
G=41.41%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112057900.030.630.1757.276056.86
HexD3CD4F033F11393c39
Octal323315117037721717471
Binary1101001111001101100111101111111110001111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CD4F; }

 p { color: rgb(211,205,79); }

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

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

 a { background-color: rgb(211,205,79); }

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

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

 span { border-color: rgb(211,205,79); }

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