#DDC64B

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

Shades of Confetti #DDC64B

Tints of Confetti #DDC64B

Color information

#DDC64B (or 0xDDC64B) is unknown color: approx Confetti. HEX triplet: DD, C6 and 4B. RGB value is (221,198,75). Sum of RGB (Red+Green+Blue) = 221+198+75=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC64B is #2239B4. Grayscale: #BFBFBF. Windows color (decimal): -2242997 or 4966109. OLE color: 4966109.

HSL color Cylindrical-coordinate representation of color #DDC64B: hue angle of 50.55º 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 #DDC64B is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22119875-
CMYK00.100.660.13
HSL50.55º68.22%58.04%-
HSV(B)50.55º66.06%86.67%-
XYZ51.2856.2714.81-
YUV190.8662.62149.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 75 (29.69% from 255) = 15.18%
R=44.74%
G=40.08%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211987500.100.660.1350.5568.2258.04
HexDDC64B0A42D33443a
Octal335306113012102156310472
Binary1101110111000110100101101010100001011011100111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC64B; }

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

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

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

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

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

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

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

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