Html Css Color HEX #DEC442 Confetti

📋 copy color: '#DEC442'

red 222 ◦ green 196 ◦ blue 66

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

Shades of Confetti #DEC442

Tints of Confetti #DEC442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 45.87%
G = 40.5%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DEC442 (or 0xDEC442) is known color: Confetti. HEX triplet: DE, C4 and 42. RGB value is (222,196,66). Sum of RGB (Red+Green+Blue) = 222+196+66=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC442 is #213BBD. Grayscale: #BDBDBD. Windows color (decimal): -2177982 or 4375774. OLE color: 4375774.

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

Color convert

RGB 222 196 66 -
CMYK 0 0.12 0.70 0.13
HSL 50º 0.7% 0.56% -
HSV(B) 50º 0.7% 0.87% -
XYZ 50.85 55.4 13.17 -
YUV 188.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 222 196 66 0 0.12 0.70 0.13 50 0.7 0.56
Hex DE C4 42 0 C 46 D 32 46 38
Octal 336 304 102 0 14 106 15 62 106 70
Binary 11011110 11000100 1000010 0 1100 1000110 1101 110010 1000110 111000

Color Harmonies of #DEC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC442

Black with #DEC442

Text Example


Text Example

White with #DEC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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