Html Css Color HEX #DEC94F Confetti

📋 copy color: '#DEC94F'

red 222 ◦ green 201 ◦ blue 79

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

Shades of Confetti #DEC94F

Tints of Confetti #DEC94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.74%

R = 44.22%
G = 40.04%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEC94F (or 0xDEC94F) is known color: Confetti. HEX triplet: DE, C9 and 4F. RGB value is (222,201,79). Sum of RGB (Red+Green+Blue) = 222+201+79=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC94F is #2136B0. Grayscale: #C1C1C1. Windows color (decimal): -2176689 or 5229022. OLE color: 5229022.

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

Color convert

RGB 222 201 79 -
CMYK 0 0.09 0.64 0.13
HSL 51.19º 0.68% 0.59% -
HSV(B) 51.19º 0.64% 0.87% -
XYZ 52.42 57.87 15.8 -
YUV 193.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 222 201 79 0 0.09 0.64 0.13 51.19 0.68 0.59
Hex DE C9 4F 0 9 40 D 33 44 3B
Octal 336 311 117 0 11 100 15 63 104 73
Binary 11011110 11001001 1001111 0 1001 1000000 1101 110011 1000100 111011

Color Harmonies of #DEC94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC94F

Black with #DEC94F

Text Example


Text Example

White with #DEC94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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