Html Css Color HEX #DEC94A Confetti

📋 copy color: '#DEC94A'

red 222 ◦ green 201 ◦ blue 74

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

Shades of Confetti #DEC94A

Tints of Confetti #DEC94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.89%

R = 44.67%
G = 40.44%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DEC94A (or 0xDEC94A) is known color: Confetti. HEX triplet: DE, C9 and 4A. RGB value is (222,201,74). Sum of RGB (Red+Green+Blue) = 222+201+74=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC94A is #2136B5. Grayscale: #C1C1C1. Windows color (decimal): -2176694 or 4901342. OLE color: 4901342.

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

Color convert

RGB 222 201 74 -
CMYK 0 0.09 0.67 0.13
HSL 51.49º 0.69% 0.58% -
HSV(B) 51.49º 0.67% 0.87% -
XYZ 52.25 57.8 14.88 -
YUV 192.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 222 201 74 0 0.09 0.67 0.13 51.49 0.69 0.58
Hex DE C9 4A 0 9 43 D 33 45 3A
Octal 336 311 112 0 11 103 15 63 105 72
Binary 11011110 11001001 1001010 0 1001 1000011 1101 110011 1000101 111010

Color Harmonies of #DEC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC94A

Black with #DEC94A

Text Example


Text Example

White with #DEC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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