#D3CD4D

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

Shades of Confetti #D3CD4D

Tints of Confetti #D3CD4D

Color information

#D3CD4D (or 0xD3CD4D) is unknown color: approx Confetti. HEX triplet: D3, CD and 4D. RGB value is (211,205,77). Sum of RGB (Red+Green+Blue) = 211+205+77=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD4D is #2C32B2. Grayscale: #C0C0C0. Windows color (decimal): -2896563 or 5098963. OLE color: 5098963.

HSL color Cylindrical-coordinate representation of color #D3CD4D: hue angle of 57.31º degrees, saturation: 0.6, 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 #D3CD4D is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB21120577-
CMYK00.030.640.17
HSL57.31º60.36%56.47%-
HSV(B)57.31º63.51%82.75%-
XYZ50.0358.0515.59-
YUV192.262.99141.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.80%
GREEN value IS 205 (80.47% from 255) = 41.58%
BLUE value IS 77 (30.47% from 255) = 15.62%
R=42.80%
G=41.58%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112057700.030.640.1757.3160.3656.47
HexD3CD4D034011393c38
Octal3233151150310021717470
Binary11010011110011011001101011100000010001111001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CD4D; }

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

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

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

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

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

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

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

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