Html Css Color HEX #DEC340 Confetti

📋 copy color: '#DEC340'

red 222 ◦ green 195 ◦ blue 64

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

Shades of Confetti #DEC340

Tints of Confetti #DEC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 46.15%
G = 40.54%
B = 13.31%

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

#DEC340 (or 0xDEC340) is known color: Confetti. HEX triplet: DE, C3 and 40. RGB value is (222,195,64). Sum of RGB (Red+Green+Blue) = 222+195+64=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC340 is #213CBF. Grayscale: #BCBCBC. Windows color (decimal): -2178240 or 4244446. OLE color: 4244446.

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

Color convert

RGB 222 195 64 -
CMYK 0 0.12 0.71 0.13
HSL 49.75º 0.71% 0.56% -
HSV(B) 49.75º 0.71% 0.87% -
XYZ 50.56 54.93 12.79 -
YUV 188.14 57.95 152.15 -
System Red Green Blue C M Y K H S L
Decimal 222 195 64 0 0.12 0.71 0.13 49.75 0.71 0.56
Hex DE C3 40 0 C 47 D 32 47 38
Octal 336 303 100 0 14 107 15 62 107 70
Binary 11011110 11000011 1000000 0 1100 1000111 1101 110010 1000111 111000

Color Harmonies of #DEC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC340

Black with #DEC340

Text Example


Text Example

White with #DEC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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