#DDCF40

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

Shades of Confetti #DDCF40

Tints of Confetti #DDCF40

Color information

#DDCF40 (or 0xDDCF40) is unknown color: approx Confetti. HEX triplet: DD, CF and 40. RGB value is (221,207,64). Sum of RGB (Red+Green+Blue) = 221+207+64=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF40 is #2230BF. Grayscale: #C3C3C3. Windows color (decimal): -2240704 or 4247517. OLE color: 4247517.

HSL color Cylindrical-coordinate representation of color #DDCF40: hue angle of 54.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDCF40 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22120764-
CMYK00.060.710.13
HSL54.65º69.78%55.88%-
HSV(B)54.65º71.04%86.67%-
XYZ53.0660.3713.71-
YUV194.8854.14146.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 207 (81.25% from 255) = 42.07%
BLUE value IS 64 (25.39% from 255) = 13.01%
R=44.92%
G=42.07%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212076400.060.710.1354.6569.7855.88
HexDDCF400647D374638
Octal33531710006107156710670
Binary110111011100111110000000110100011111011101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF40; }

 p { color: rgb(221,207,64); }

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

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

 a { background-color: rgb(221,207,64); }

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

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

 span { border-color: rgb(221,207,64); }

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