Html Css Color HEX #DEC355 Confetti

📋 copy color: '#DEC355'

red 222 ◦ green 195 ◦ blue 85

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

Shades of Confetti #DEC355

Tints of Confetti #DEC355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.93%

R = 44.22%
G = 38.84%
B = 16.93%

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

#DEC355 (or 0xDEC355) is known color: Confetti. HEX triplet: DE, C3 and 55. RGB value is (222,195,85). Sum of RGB (Red+Green+Blue) = 222+195+85=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC355 is #213CAA. Grayscale: #BEBEBE. Windows color (decimal): -2178219 or 5620702. OLE color: 5620702.

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

Color convert

RGB 222 195 85 -
CMYK 0 0.12 0.62 0.13
HSL 48.18º 0.67% 0.6% -
HSV(B) 48.18º 0.62% 0.87% -
XYZ 51.28 55.22 16.55 -
YUV 190.53 68.45 150.44 -
System Red Green Blue C M Y K H S L
Decimal 222 195 85 0 0.12 0.62 0.13 48.18 0.67 0.6
Hex DE C3 55 0 C 3E D 30 43 3C
Octal 336 303 125 0 14 76 15 60 103 74
Binary 11011110 11000011 1010101 0 1100 111110 1101 110000 1000011 111100

Color Harmonies of #DEC355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC355

Black with #DEC355

Text Example


Text Example

White with #DEC355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC355; }

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

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

background-color css

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

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

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

border-color css

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

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

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