Html Css Color HEX #DDC63E Confetti

📋 copy color: '#DDC63E'

red 221 ◦ green 198 ◦ blue 62

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

Shades of Confetti #DDC63E

Tints of Confetti #DDC63E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

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

R = 45.95%
G = 41.16%
B = 12.89%

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

#DDC63E (or 0xDDC63E) is known color: Confetti. HEX triplet: DD, C6 and 3E. RGB value is (221,198,62). Sum of RGB (Red+Green+Blue) = 221+198+62=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC63E is #2239C1. Grayscale: #BDBDBD. Windows color (decimal): -2243010 or 4114141. OLE color: 4114141.

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

Color convert

RGB 221 198 62 -
CMYK 0 0.10 0.72 0.13
HSL 51.32º 0.7% 0.55% -
HSV(B) 51.32º 0.72% 0.87% -
XYZ 50.88 56.11 12.71 -
YUV 189.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 221 198 62 0 0.10 0.72 0.13 51.32 0.7 0.55
Hex DD C6 3E 0 A 48 D 33 46 37
Octal 335 306 76 0 12 110 15 63 106 67
Binary 11011101 11000110 111110 0 1010 1001000 1101 110011 1000110 110111

Color Harmonies of #DDC63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC63E

Black with #DDC63E

Text Example


Text Example

White with #DDC63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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