Html Css Color HEX #DEC253 Confetti

📋 copy color: '#DEC253'

red 222 ◦ green 194 ◦ blue 83

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

Shades of Confetti #DEC253

Tints of Confetti #DEC253

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 83 (32.81% from 255) = 16.63%

R = 44.49%
G = 38.88%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEC253 (or 0xDEC253) is known color: Confetti. HEX triplet: DE, C2 and 53. RGB value is (222,194,83). Sum of RGB (Red+Green+Blue) = 222+194+83=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC253 is #213DAC. Grayscale: #BEBEBE. Windows color (decimal): -2178477 or 5489374. OLE color: 5489374.

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

Color convert

RGB 222 194 83 -
CMYK 0 0.13 0.63 0.13
HSL 47.91º 0.68% 0.6% -
HSV(B) 47.91º 0.63% 0.87% -
XYZ 50.98 54.74 16.06 -
YUV 189.72 67.78 151.03 -
System Red Green Blue C M Y K H S L
Decimal 222 194 83 0 0.13 0.63 0.13 47.91 0.68 0.6
Hex DE C2 53 0 D 3F D 30 44 3C
Octal 336 302 123 0 15 77 15 60 104 74
Binary 11011110 11000010 1010011 0 1101 111111 1101 110000 1000100 111100

Color Harmonies of #DEC253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC253

Black with #DEC253

Text Example


Text Example

White with #DEC253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC253; }

 p { color: rgb(222,194,83); }

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

background-color css

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

 a { background-color: rgb(222,194,83); }

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

border-color css

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

 span { border-color: rgb(222,194,83); }

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