Html Css Color HEX #DDC43E Confetti

📋 copy color: '#DDC43E'

red 221 ◦ green 196 ◦ blue 62

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

Shades of Confetti #DDC43E

Tints of Confetti #DDC43E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.92%

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

R = 46.14%
G = 40.92%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC43E (or 0xDDC43E) is known color: Confetti. HEX triplet: DD, C4 and 3E. RGB value is (221,196,62). Sum of RGB (Red+Green+Blue) = 221+196+62=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 62 (24.61% from 255 or 12.94% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC43E is #223BC1. Grayscale: #BCBCBC. Windows color (decimal): -2243522 or 4113629. OLE color: 4113629.

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

Color convert

RGB 221 196 62 -
CMYK 0 0.11 0.72 0.13
HSL 50.57º 0.7% 0.55% -
HSV(B) 50.57º 0.72% 0.87% -
XYZ 50.43 55.2 12.55 -
YUV 188.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 221 196 62 0 0.11 0.72 0.13 50.57 0.7 0.55
Hex DD C4 3E 0 B 48 D 33 46 37
Octal 335 304 76 0 13 110 15 63 106 67
Binary 11011101 11000100 111110 0 1011 1001000 1101 110011 1000110 110111

Color Harmonies of #DDC43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC43E

Black with #DDC43E

Text Example


Text Example

White with #DDC43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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