Html Css Color HEX #DEC249 Confetti

📋 copy color: '#DEC249'

red 222 ◦ green 194 ◦ blue 73

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

Shades of Confetti #DEC249

Tints of Confetti #DEC249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.67%

 BLUE value IS 73 (28.91% from 255) = 14.93%

R = 45.4%
G = 39.67%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEC249 (or 0xDEC249) is known color: Confetti. HEX triplet: DE, C2 and 49. RGB value is (222,194,73). Sum of RGB (Red+Green+Blue) = 222+194+73=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC249 is #213DB6. Grayscale: #BDBDBD. Windows color (decimal): -2178487 or 4834014. OLE color: 4834014.

HSL color Cylindrical-coordinate representation of color #DEC249: hue angle of 48.72º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEC249 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 194 73 -
CMYK 0 0.13 0.67 0.13
HSL 48.72º 0.69% 0.58% -
HSV(B) 48.72º 0.67% 0.87% -
XYZ 50.62 54.59 14.17 -
YUV 188.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 222 194 73 0 0.13 0.67 0.13 48.72 0.69 0.58
Hex DE C2 49 0 D 43 D 31 45 3A
Octal 336 302 111 0 15 103 15 61 105 72
Binary 11011110 11000010 1001001 0 1101 1000011 1101 110001 1000101 111010

Color Harmonies of #DEC249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC249

Black with #DEC249

Text Example


Text Example

White with #DEC249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC249; }

 p { color: rgb(222,194,73); }

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

background-color css

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

 a { background-color: rgb(222,194,73); }

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

border-color css

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

 span { border-color: rgb(222,194,73); }

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