Html Css Color HEX #DEC349 Confetti

📋 copy color: '#DEC349'

red 222 ◦ green 195 ◦ blue 73

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

Shades of Confetti #DEC349

Tints of Confetti #DEC349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.9%

R = 45.31%
G = 39.8%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEC349 (or 0xDEC349) is known color: Confetti. HEX triplet: DE, C3 and 49. RGB value is (222,195,73). Sum of RGB (Red+Green+Blue) = 222+195+73=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC349 is #213CB6. Grayscale: #BDBDBD. Windows color (decimal): -2178231 or 4834270. OLE color: 4834270.

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

Color convert

RGB 222 195 73 -
CMYK 0 0.12 0.67 0.13
HSL 49.13º 0.69% 0.58% -
HSV(B) 49.13º 0.67% 0.87% -
XYZ 50.84 55.04 14.25 -
YUV 189.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 222 195 73 0 0.12 0.67 0.13 49.13 0.69 0.58
Hex DE C3 49 0 C 43 D 31 45 3A
Octal 336 303 111 0 14 103 15 61 105 72
Binary 11011110 11000011 1001001 0 1100 1000011 1101 110001 1000101 111010

Color Harmonies of #DEC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC349

Black with #DEC349

Text Example


Text Example

White with #DEC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC349; }

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

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

background-color css

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

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

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

border-color css

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

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

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