Html Css Color HEX #DDC04C Confetti

📋 copy color: '#DDC04C'

red 221 ◦ green 192 ◦ blue 76

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

Shades of Confetti #DDC04C

Tints of Confetti #DDC04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.26%

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

R = 45.19%
G = 39.26%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDC04C (or 0xDDC04C) is known color: Confetti. HEX triplet: DD, C0 and 4C. RGB value is (221,192,76). Sum of RGB (Red+Green+Blue) = 221+192+76=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC04C is #223FB3. Grayscale: #BBBBBB. Windows color (decimal): -2244532 or 5030109. OLE color: 5030109.

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

Color convert

RGB 221 192 76 -
CMYK 0 0.13 0.66 0.13
HSL 48º 0.68% 0.58% -
HSV(B) 48º 0.66% 0.87% -
XYZ 49.97 53.59 14.55 -
YUV 187.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 221 192 76 0 0.13 0.66 0.13 48 0.68 0.58
Hex DD C0 4C 0 D 42 D 30 44 3A
Octal 335 300 114 0 15 102 15 60 104 72
Binary 11011101 11000000 1001100 0 1101 1000010 1101 110000 1000100 111010

Color Harmonies of #DDC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC04C

Black with #DDC04C

Text Example


Text Example

White with #DDC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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