Html Css Color HEX #DEC246 Confetti

📋 copy color: '#DEC246'

red 222 ◦ green 194 ◦ blue 70

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

Shades of Confetti #DEC246

Tints of Confetti #DEC246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.4%

R = 45.68%
G = 39.92%
B = 14.4%

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

#DEC246 (or 0xDEC246) is known color: Confetti. HEX triplet: DE, C2 and 46. RGB value is (222,194,70). Sum of RGB (Red+Green+Blue) = 222+194+70=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC246 is #213DB9. Grayscale: #BCBCBC. Windows color (decimal): -2178490 or 4637406. OLE color: 4637406.

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

Color convert

RGB 222 194 70 -
CMYK 0 0.13 0.68 0.13
HSL 48.95º 0.7% 0.57% -
HSV(B) 48.95º 0.68% 0.87% -
XYZ 50.52 54.56 13.66 -
YUV 188.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 222 194 70 0 0.13 0.68 0.13 48.95 0.7 0.57
Hex DE C2 46 0 D 44 D 31 46 39
Octal 336 302 106 0 15 104 15 61 106 71
Binary 11011110 11000010 1000110 0 1101 1000100 1101 110001 1000110 111001

Color Harmonies of #DEC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC246

Black with #DEC246

Text Example


Text Example

White with #DEC246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC246; }

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

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

background-color css

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

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

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

border-color css

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

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

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