Html Css Color HEX #DEC348 Confetti

📋 copy color: '#DEC348'

red 222 ◦ green 195 ◦ blue 72

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

Shades of Confetti #DEC348

Tints of Confetti #DEC348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 45.4%
G = 39.88%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEC348 (or 0xDEC348) is known color: Confetti. HEX triplet: DE, C3 and 48. RGB value is (222,195,72). Sum of RGB (Red+Green+Blue) = 222+195+72=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC348 is #213CB7. Grayscale: #BDBDBD. Windows color (decimal): -2178232 or 4768734. OLE color: 4768734.

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

Color convert

RGB 222 195 72 -
CMYK 0 0.12 0.68 0.13
HSL 49.2º 0.69% 0.58% -
HSV(B) 49.2º 0.68% 0.87% -
XYZ 50.81 55.03 14.07 -
YUV 189.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 222 195 72 0 0.12 0.68 0.13 49.2 0.69 0.58
Hex DE C3 48 0 C 44 D 31 45 3A
Octal 336 303 110 0 14 104 15 61 105 72
Binary 11011110 11000011 1001000 0 1100 1000100 1101 110001 1000101 111010

Color Harmonies of #DEC348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC348

Black with #DEC348

Text Example


Text Example

White with #DEC348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC348; }

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

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

background-color css

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

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

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

border-color css

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

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

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