Html Css Color HEX #DEC552 Confetti

📋 copy color: '#DEC552'

red 222 ◦ green 197 ◦ blue 82

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

Shades of Confetti #DEC552

Tints of Confetti #DEC552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.32%

 BLUE value IS 82 (32.42% from 255) = 16.37%

R = 44.31%
G = 39.32%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEC552 (or 0xDEC552) is known color: Confetti. HEX triplet: DE, C5 and 52. RGB value is (222,197,82). Sum of RGB (Red+Green+Blue) = 222+197+82=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC552 is #213AAD. Grayscale: #BFBFBF. Windows color (decimal): -2177710 or 5424606. OLE color: 5424606.

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

Color convert

RGB 222 197 82 -
CMYK 0 0.11 0.63 0.13
HSL 49.29º 0.68% 0.6% -
HSV(B) 49.29º 0.63% 0.87% -
XYZ 51.61 56.07 16.09 -
YUV 191.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 222 197 82 0 0.11 0.63 0.13 49.29 0.68 0.6
Hex DE C5 52 0 B 3F D 31 44 3C
Octal 336 305 122 0 13 77 15 61 104 74
Binary 11011110 11000101 1010010 0 1011 111111 1101 110001 1000100 111100

Color Harmonies of #DEC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC552

Black with #DEC552

Text Example


Text Example

White with #DEC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC552; }

 p { color: rgb(222,197,82); }

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

background-color css

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

 a { background-color: rgb(222,197,82); }

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

border-color css

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

 span { border-color: rgb(222,197,82); }

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