Html Css Color HEX #DEC148 Confetti

📋 copy color: '#DEC148'

red 222 ◦ green 193 ◦ blue 72

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

Shades of Confetti #DEC148

Tints of Confetti #DEC148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 45.59%
G = 39.63%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEC148 (or 0xDEC148) is known color: Confetti. HEX triplet: DE, C1 and 48. RGB value is (222,193,72). Sum of RGB (Red+Green+Blue) = 222+193+72=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC148 is #213EB7. Grayscale: #BCBCBC. Windows color (decimal): -2178744 or 4768222. OLE color: 4768222.

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

Color convert

RGB 222 193 72 -
CMYK 0 0.13 0.68 0.13
HSL 48.4º 0.69% 0.58% -
HSV(B) 48.4º 0.68% 0.87% -
XYZ 50.36 54.14 13.93 -
YUV 187.88 62.61 152.34 -
System Red Green Blue C M Y K H S L
Decimal 222 193 72 0 0.13 0.68 0.13 48.4 0.69 0.58
Hex DE C1 48 0 D 44 D 30 45 3A
Octal 336 301 110 0 15 104 15 60 105 72
Binary 11011110 11000001 1001000 0 1101 1000100 1101 110000 1000101 111010

Color Harmonies of #DEC148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC148

Black with #DEC148

Text Example


Text Example

White with #DEC148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC148; }

 p { color: rgb(222,193,72); }

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

background-color css

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

 a { background-color: rgb(222,193,72); }

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

border-color css

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

 span { border-color: rgb(222,193,72); }

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