#DDCA4E

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

Shades of Confetti #DDCA4E

Tints of Confetti #DDCA4E

Color information

#DDCA4E (or 0xDDCA4E) is unknown color: approx Confetti. HEX triplet: DD, CA and 4E. RGB value is (221,202,78). Sum of RGB (Red+Green+Blue) = 221+202+78=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCA4E is #2235B1. Grayscale: #C2C2C2. Windows color (decimal): -2241970 or 5163741. OLE color: 5163741.

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

Color convert

RGB22120278-
CMYK00.090.650.13
HSL52.03º67.77%58.63%-
HSV(B)52.03º64.71%86.67%-
XYZ52.3158.1615.68-
YUV193.5462.79147.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.11%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 78 (30.86% from 255) = 15.57%
R=44.11%
G=40.32%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212027800.090.650.1352.0367.7758.63
HexDDCA4E0941D34443b
Octal335312116011101156410473
Binary1101110111001010100111001001100000111011101001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCA4E; }

 p { color: rgb(221,202,78); }

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

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

 a { background-color: rgb(221,202,78); }

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

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

 span { border-color: rgb(221,202,78); }

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