Html Css Color HEX #DDC04E Confetti

📋 copy color: '#DDC04E'

red 221 ◦ green 192 ◦ blue 78

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

Shades of Confetti #DDC04E

Tints of Confetti #DDC04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.89%

R = 45.01%
G = 39.1%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC04E (or 0xDDC04E) is known color: Confetti. HEX triplet: DD, C0 and 4E. RGB value is (221,192,78). Sum of RGB (Red+Green+Blue) = 221+192+78=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 78 (30.86% from 255 or 15.89% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC04E is #223FB1. Grayscale: #BCBCBC. Windows color (decimal): -2244530 or 5161181. OLE color: 5161181.

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

Color convert

RGB 221 192 78 -
CMYK 0 0.13 0.65 0.13
HSL 47.83º 0.68% 0.59% -
HSV(B) 47.83º 0.65% 0.87% -
XYZ 50.04 53.62 14.92 -
YUV 187.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 221 192 78 0 0.13 0.65 0.13 47.83 0.68 0.59
Hex DD C0 4E 0 D 41 D 30 44 3B
Octal 335 300 116 0 15 101 15 60 104 73
Binary 11011101 11000000 1001110 0 1101 1000001 1101 110000 1000100 111011

Color Harmonies of #DDC04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC04E

Black with #DDC04E

Text Example


Text Example

White with #DDC04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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