Html Css Color HEX #DDC03E Confetti

📋 copy color: '#DDC03E'

red 221 ◦ green 192 ◦ blue 62

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

Shades of Confetti #DDC03E

Tints of Confetti #DDC03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.05%

R = 46.53%
G = 40.42%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC03E (or 0xDDC03E) is known color: Confetti. HEX triplet: DD, C0 and 3E. RGB value is (221,192,62). Sum of RGB (Red+Green+Blue) = 221+192+62=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 62 (24.61% from 255 or 13.05% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC03E is #223FC1. Grayscale: #BABABA. Windows color (decimal): -2244546 or 4112605. OLE color: 4112605.

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

Color convert

RGB 221 192 62 -
CMYK 0 0.13 0.72 0.13
HSL 49.06º 0.7% 0.55% -
HSV(B) 49.06º 0.72% 0.87% -
XYZ 49.54 53.42 12.26 -
YUV 185.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 221 192 62 0 0.13 0.72 0.13 49.06 0.7 0.55
Hex DD C0 3E 0 D 48 D 31 46 37
Octal 335 300 76 0 15 110 15 61 106 67
Binary 11011101 11000000 111110 0 1101 1001000 1101 110001 1000110 110111

Color Harmonies of #DDC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC03E

Black with #DDC03E

Text Example


Text Example

White with #DDC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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