Html Css Color HEX #DEC448 Confetti

📋 copy color: '#DEC448'

red 222 ◦ green 196 ◦ blue 72

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

Shades of Confetti #DEC448

Tints of Confetti #DEC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40%

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

R = 45.31%
G = 40%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEC448 (or 0xDEC448) is known color: Confetti. HEX triplet: DE, C4 and 48. RGB value is (222,196,72). Sum of RGB (Red+Green+Blue) = 222+196+72=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC448 is #213BB7. Grayscale: #BEBEBE. Windows color (decimal): -2177976 or 4768990. OLE color: 4768990.

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

Color convert

RGB 222 196 72 -
CMYK 0 0.12 0.68 0.13
HSL 49.6º 0.69% 0.58% -
HSV(B) 49.6º 0.68% 0.87% -
XYZ 51.03 55.48 14.15 -
YUV 189.64 61.61 151.08 -
System Red Green Blue C M Y K H S L
Decimal 222 196 72 0 0.12 0.68 0.13 49.6 0.69 0.58
Hex DE C4 48 0 C 44 D 32 45 3A
Octal 336 304 110 0 14 104 15 62 105 72
Binary 11011110 11000100 1001000 0 1100 1000100 1101 110010 1000101 111010

Color Harmonies of #DEC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC448

Black with #DEC448

Text Example


Text Example

White with #DEC448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC448; }

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

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

background-color css

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

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

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

border-color css

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

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

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