Html Css Color HEX #DDC13E Confetti

📋 copy color: '#DDC13E'

red 221 ◦ green 193 ◦ blue 62

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

Shades of Confetti #DDC13E

Tints of Confetti #DDC13E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.55%

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

R = 46.43%
G = 40.55%
B = 13.03%

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

#DDC13E (or 0xDDC13E) is known color: Confetti. HEX triplet: DD, C1 and 3E. RGB value is (221,193,62). Sum of RGB (Red+Green+Blue) = 221+193+62=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 62 (24.61% from 255 or 13.03% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC13E is #223EC1. Grayscale: #BABABA. Windows color (decimal): -2244290 or 4112861. OLE color: 4112861.

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

Color convert

RGB 221 193 62 -
CMYK 0 0.13 0.72 0.13
HSL 49.43º 0.7% 0.55% -
HSV(B) 49.43º 0.72% 0.87% -
XYZ 49.76 53.86 12.33 -
YUV 186.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 221 193 62 0 0.13 0.72 0.13 49.43 0.7 0.55
Hex DD C1 3E 0 D 48 D 31 46 37
Octal 335 301 76 0 15 110 15 61 106 67
Binary 11011101 11000001 111110 0 1101 1001000 1101 110001 1000110 110111

Color Harmonies of #DDC13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC13E

Black with #DDC13E

Text Example


Text Example

White with #DDC13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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