Html Css Color HEX #DDC24A Confetti

📋 copy color: '#DDC24A'

red 221 ◦ green 194 ◦ blue 74

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

Shades of Confetti #DDC24A

Tints of Confetti #DDC24A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 45.19%
G = 39.67%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC24A (or 0xDDC24A) is known color: Confetti. HEX triplet: DD, C2 and 4A. RGB value is (221,194,74). Sum of RGB (Red+Green+Blue) = 221+194+74=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC24A is #223DB5. Grayscale: #BCBCBC. Windows color (decimal): -2244022 or 4899549. OLE color: 4899549.

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

Color convert

RGB 221 194 74 -
CMYK 0 0.12 0.67 0.13
HSL 48.98º 0.68% 0.58% -
HSV(B) 48.98º 0.67% 0.87% -
XYZ 50.35 54.45 14.33 -
YUV 188.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 221 194 74 0 0.12 0.67 0.13 48.98 0.68 0.58
Hex DD C2 4A 0 C 43 D 31 44 3A
Octal 335 302 112 0 14 103 15 61 104 72
Binary 11011101 11000010 1001010 0 1100 1000011 1101 110001 1000100 111010

Color Harmonies of #DDC24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC24A

Black with #DDC24A

Text Example


Text Example

White with #DDC24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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