Html Css Color HEX #DEC948 Confetti

📋 copy color: '#DEC948'

red 222 ◦ green 201 ◦ blue 72

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

Shades of Confetti #DEC948

Tints of Confetti #DEC948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.61%

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

R = 44.85%
G = 40.61%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEC948 (or 0xDEC948) is known color: Confetti. HEX triplet: DE, C9 and 48. RGB value is (222,201,72). Sum of RGB (Red+Green+Blue) = 222+201+72=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC948 is #2136B7. Grayscale: #C1C1C1. Windows color (decimal): -2176696 or 4770270. OLE color: 4770270.

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

Color convert

RGB 222 201 72 -
CMYK 0 0.09 0.68 0.13
HSL 51.6º 0.69% 0.58% -
HSV(B) 51.6º 0.68% 0.87% -
XYZ 52.18 57.77 14.53 -
YUV 192.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 222 201 72 0 0.09 0.68 0.13 51.6 0.69 0.58
Hex DE C9 48 0 9 44 D 34 45 3A
Octal 336 311 110 0 11 104 15 64 105 72
Binary 11011110 11001001 1001000 0 1001 1000100 1101 110100 1000101 111010

Color Harmonies of #DEC948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC948

Black with #DEC948

Text Example


Text Example

White with #DEC948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC948; }

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

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

background-color css

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

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

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

border-color css

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

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

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