Html Css Color HEX #DDC24F Confetti

📋 copy color: '#DDC24F'

red 221 ◦ green 194 ◦ blue 79

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

Shades of Confetti #DDC24F

Tints of Confetti #DDC24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 44.74%
G = 39.27%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC24F (or 0xDDC24F) is known color: Confetti. HEX triplet: DD, C2 and 4F. RGB value is (221,194,79). Sum of RGB (Red+Green+Blue) = 221+194+79=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC24F is #223DB0. Grayscale: #BDBDBD. Windows color (decimal): -2244017 or 5227229. OLE color: 5227229.

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

Color convert

RGB 221 194 79 -
CMYK 0 0.12 0.64 0.13
HSL 48.59º 0.68% 0.59% -
HSV(B) 48.59º 0.64% 0.87% -
XYZ 50.52 54.52 15.26 -
YUV 188.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 221 194 79 0 0.12 0.64 0.13 48.59 0.68 0.59
Hex DD C2 4F 0 C 40 D 31 44 3B
Octal 335 302 117 0 14 100 15 61 104 73
Binary 11011101 11000010 1001111 0 1100 1000000 1101 110001 1000100 111011

Color Harmonies of #DDC24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC24F

Black with #DDC24F

Text Example


Text Example

White with #DDC24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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