Html Css Color HEX #DDC24D Confetti

📋 copy color: '#DDC24D'

red 221 ◦ green 194 ◦ blue 77

#DDC24D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #DDC24D

Tints of Confetti #DDC24D

RGB

 RED value IS 221 (86.72% from 255) = 44.92%

 GREEN value IS 194 (76.17% from 255) = 39.43%

 BLUE value IS 77 (30.47% from 255) = 15.65%

R = 44.92%
G = 39.43%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC24D (or 0xDDC24D) is known color: Confetti. HEX triplet: DD, C2 and 4D. RGB value is (221,194,77). Sum of RGB (Red+Green+Blue) = 221+194+77=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC24D is #223DB2. Grayscale: #BDBDBD. Windows color (decimal): -2244019 or 5096157. OLE color: 5096157.

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

Color convert

RGB 221 194 77 -
CMYK 0 0.12 0.65 0.13
HSL 48.75º 0.68% 0.58% -
HSV(B) 48.75º 0.65% 0.87% -
XYZ 50.45 54.49 14.88 -
YUV 188.74 64.95 151.01 -
System Red Green Blue C M Y K H S L
Decimal 221 194 77 0 0.12 0.65 0.13 48.75 0.68 0.58
Hex DD C2 4D 0 C 41 D 31 44 3A
Octal 335 302 115 0 14 101 15 61 104 72
Binary 11011101 11000010 1001101 0 1100 1000001 1101 110001 1000100 111010

Color Harmonies of #DDC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC24D

Black with #DDC24D

Text Example


Text Example

White with #DDC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC24D; }

 p { color: rgb(221,194,77); }

 H1.HeaderClassName
 {
   color: #DDC24D;
 }
 .AnyTagClassName
 {
   color: #DDC24D;
 }
</style>

background-color css

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

 a { background-color: rgb(221,194,77); }

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

border-color css

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

 span { border-color: rgb(221,194,77); }

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