Html Css Color HEX #DEC04C Confetti

📋 copy color: '#DEC04C'

red 222 ◦ green 192 ◦ blue 76

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

Shades of Confetti #DEC04C

Tints of Confetti #DEC04C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.18%

 BLUE value IS 76 (30.08% from 255) = 15.51%

R = 45.31%
G = 39.18%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEC04C (or 0xDEC04C) is known color: Confetti. HEX triplet: DE, C0 and 4C. RGB value is (222,192,76). Sum of RGB (Red+Green+Blue) = 222+192+76=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC04C is #213FB3. Grayscale: #BCBCBC. Windows color (decimal): -2178996 or 5030110. OLE color: 5030110.

HSL color Cylindrical-coordinate representation of color #DEC04C: hue angle of 47.67º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEC04C is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 192 76 -
CMYK 0 0.14 0.66 0.13
HSL 47.67º 0.69% 0.58% -
HSV(B) 47.67º 0.66% 0.87% -
XYZ 50.28 53.75 14.56 -
YUV 187.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 222 192 76 0 0.14 0.66 0.13 47.67 0.69 0.58
Hex DE C0 4C 0 E 42 D 30 45 3A
Octal 336 300 114 0 16 102 15 60 105 72
Binary 11011110 11000000 1001100 0 1110 1000010 1101 110000 1000101 111010

Color Harmonies of #DEC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC04C

Black with #DEC04C

Text Example


Text Example

White with #DEC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC04C; }

 p { color: rgb(222,192,76); }

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

background-color css

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

 a { background-color: rgb(222,192,76); }

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

border-color css

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

 span { border-color: rgb(222,192,76); }

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