Html Css Color HEX #DDC24C Confetti

📋 copy color: '#DDC24C'

red 221 ◦ green 194 ◦ blue 76

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

Shades of Confetti #DDC24C

Tints of Confetti #DDC24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.48%

R = 45.01%
G = 39.51%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDC24C (or 0xDDC24C) is known color: Confetti. HEX triplet: DD, C2 and 4C. RGB value is (221,194,76). Sum of RGB (Red+Green+Blue) = 221+194+76=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC24C is #223DB3. Grayscale: #BDBDBD. Windows color (decimal): -2244020 or 5030621. OLE color: 5030621.

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

Color convert

RGB 221 194 76 -
CMYK 0 0.12 0.66 0.13
HSL 48.83º 0.68% 0.58% -
HSV(B) 48.83º 0.66% 0.87% -
XYZ 50.42 54.48 14.7 -
YUV 188.62 64.45 151.09 -
System Red Green Blue C M Y K H S L
Decimal 221 194 76 0 0.12 0.66 0.13 48.83 0.68 0.58
Hex DD C2 4C 0 C 42 D 31 44 3A
Octal 335 302 114 0 14 102 15 61 104 72
Binary 11011101 11000010 1001100 0 1100 1000010 1101 110001 1000100 111010

Color Harmonies of #DDC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC24C

Black with #DDC24C

Text Example


Text Example

White with #DDC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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