#DDCD4B

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

Shades of Confetti #DDCD4B

Tints of Confetti #DDCD4B

Color information

#DDCD4B (or 0xDDCD4B) is unknown color: approx Confetti. HEX triplet: DD, CD and 4B. RGB value is (221,205,75). Sum of RGB (Red+Green+Blue) = 221+205+75=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCD4B is #2232B4. Grayscale: #C3C3C3. Windows color (decimal): -2241205 or 4967901. OLE color: 4967901.

HSL color Cylindrical-coordinate representation of color #DDCD4B: hue angle of 53.42º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDCD4B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22120575-
CMYK00.070.660.13
HSL53.42º68.22%58.04%-
HSV(B)53.42º66.06%86.67%-
XYZ52.9259.5415.36-
YUV194.9660.3146.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 75 (29.69% from 255) = 14.97%
R=44.11%
G=40.92%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212057500.070.660.1353.4268.2258.04
HexDDCD4B0742D35443a
Octal33531511307102156510472
Binary110111011100110110010110111100001011011101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCD4B; }

 p { color: rgb(221,205,75); }

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

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

 a { background-color: rgb(221,205,75); }

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

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

 span { border-color: rgb(221,205,75); }

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