Html Css Color HEX #DEC94E Confetti

📋 copy color: '#DEC94E'

red 222 ◦ green 201 ◦ blue 78

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

Shades of Confetti #DEC94E

Tints of Confetti #DEC94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.57%

R = 44.31%
G = 40.12%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEC94E (or 0xDEC94E) is known color: Confetti. HEX triplet: DE, C9 and 4E. RGB value is (222,201,78). Sum of RGB (Red+Green+Blue) = 222+201+78=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC94E is #2136B1. Grayscale: #C1C1C1. Windows color (decimal): -2176690 or 5163486. OLE color: 5163486.

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

Color convert

RGB 222 201 78 -
CMYK 0 0.09 0.65 0.13
HSL 51.25º 0.69% 0.59% -
HSV(B) 51.25º 0.65% 0.87% -
XYZ 52.39 57.85 15.61 -
YUV 193.26 62.96 148.5 -
System Red Green Blue C M Y K H S L
Decimal 222 201 78 0 0.09 0.65 0.13 51.25 0.69 0.59
Hex DE C9 4E 0 9 41 D 33 45 3B
Octal 336 311 116 0 11 101 15 63 105 73
Binary 11011110 11001001 1001110 0 1001 1000001 1101 110011 1000101 111011

Color Harmonies of #DEC94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC94E

Black with #DEC94E

Text Example


Text Example

White with #DEC94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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