Html Css Color HEX #DEC440 Confetti

📋 copy color: '#DEC440'

red 222 ◦ green 196 ◦ blue 64

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

Shades of Confetti #DEC440

Tints of Confetti #DEC440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 46.06%
G = 40.66%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEC440 (or 0xDEC440) is known color: Confetti. HEX triplet: DE, C4 and 40. RGB value is (222,196,64). Sum of RGB (Red+Green+Blue) = 222+196+64=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC440 is #213BBF. Grayscale: #BDBDBD. Windows color (decimal): -2177984 or 4244702. OLE color: 4244702.

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

Color convert

RGB 222 196 64 -
CMYK 0 0.12 0.71 0.13
HSL 50.13º 0.71% 0.56% -
HSV(B) 50.13º 0.71% 0.87% -
XYZ 50.79 55.38 12.86 -
YUV 188.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 222 196 64 0 0.12 0.71 0.13 50.13 0.71 0.56
Hex DE C4 40 0 C 47 D 32 47 38
Octal 336 304 100 0 14 107 15 62 107 70
Binary 11011110 11000100 1000000 0 1100 1000111 1101 110010 1000111 111000

Color Harmonies of #DEC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC440

Black with #DEC440

Text Example


Text Example

White with #DEC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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