Html Css Color HEX #DEC050 Confetti

📋 copy color: '#DEC050'

red 222 ◦ green 192 ◦ blue 80

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

Shades of Confetti #DEC050

Tints of Confetti #DEC050

RGB

 RED value IS 222 (87.11% from 255) = 44.94%

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

 BLUE value IS 80 (31.64% from 255) = 16.19%

R = 44.94%
G = 38.87%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEC050 (or 0xDEC050) is known color: Confetti. HEX triplet: DE, C0 and 50. RGB value is (222,192,80). Sum of RGB (Red+Green+Blue) = 222+192+80=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC050 is #213FAF. Grayscale: #BCBCBC. Windows color (decimal): -2178992 or 5292254. OLE color: 5292254.

HSL color Cylindrical-coordinate representation of color #DEC050: hue angle of 47.32º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEC050 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 80 -
CMYK 0 0.14 0.64 0.13
HSL 47.32º 0.68% 0.59% -
HSV(B) 47.32º 0.64% 0.87% -
XYZ 50.42 53.81 15.32 -
YUV 188.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 222 192 80 0 0.14 0.64 0.13 47.32 0.68 0.59
Hex DE C0 50 0 E 40 D 2F 44 3B
Octal 336 300 120 0 16 100 15 57 104 73
Binary 11011110 11000000 1010000 0 1110 1000000 1101 101111 1000100 111011

Color Harmonies of #DEC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC050

Black with #DEC050

Text Example


Text Example

White with #DEC050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC050; }

 p { color: rgb(222,192,80); }

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

background-color css

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

 a { background-color: rgb(222,192,80); }

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

border-color css

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

 span { border-color: rgb(222,192,80); }

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