Html Css Color HEX #DEC354 Confetti

📋 copy color: '#DEC354'

red 222 ◦ green 195 ◦ blue 84

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

Shades of Confetti #DEC354

Tints of Confetti #DEC354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.77%

R = 44.31%
G = 38.92%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEC354 (or 0xDEC354) is known color: Confetti. HEX triplet: DE, C3 and 54. RGB value is (222,195,84). Sum of RGB (Red+Green+Blue) = 222+195+84=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 84 (33.20% from 255 or 16.77% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC354 is #213CAB. Grayscale: #BEBEBE. Windows color (decimal): -2178220 or 5555166. OLE color: 5555166.

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

Color convert

RGB 222 195 84 -
CMYK 0 0.12 0.62 0.13
HSL 48.26º 0.68% 0.6% -
HSV(B) 48.26º 0.62% 0.87% -
XYZ 51.24 55.2 16.34 -
YUV 190.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 222 195 84 0 0.12 0.62 0.13 48.26 0.68 0.6
Hex DE C3 54 0 C 3E D 30 44 3C
Octal 336 303 124 0 14 76 15 60 104 74
Binary 11011110 11000011 1010100 0 1100 111110 1101 110000 1000100 111100

Color Harmonies of #DEC354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC354

Black with #DEC354

Text Example


Text Example

White with #DEC354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC354; }

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

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

background-color css

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

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

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

border-color css

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

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

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