Html Css Color HEX #DDC83E Confetti

📋 copy color: '#DDC83E'

red 221 ◦ green 200 ◦ blue 62

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

Shades of Confetti #DDC83E

Tints of Confetti #DDC83E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.41%

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

R = 45.76%
G = 41.41%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DDC83E (or 0xDDC83E) is known color: Confetti. HEX triplet: DD, C8 and 3E. RGB value is (221,200,62). Sum of RGB (Red+Green+Blue) = 221+200+62=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC83E is #2237C1. Grayscale: #BFBFBF. Windows color (decimal): -2242498 or 4114653. OLE color: 4114653.

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

Color convert

RGB 221 200 62 -
CMYK 0 0.10 0.72 0.13
HSL 52.08º 0.7% 0.55% -
HSV(B) 52.08º 0.72% 0.87% -
XYZ 51.34 57.03 12.86 -
YUV 190.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 221 200 62 0 0.10 0.72 0.13 52.08 0.7 0.55
Hex DD C8 3E 0 A 48 D 34 46 37
Octal 335 310 76 0 12 110 15 64 106 67
Binary 11011101 11001000 111110 0 1010 1001000 1101 110100 1000110 110111

Color Harmonies of #DDC83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC83E

Black with #DDC83E

Text Example


Text Example

White with #DDC83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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