Html Css Color HEX #DEC74F Confetti

📋 copy color: '#DEC74F'

red 222 ◦ green 199 ◦ blue 79

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

Shades of Confetti #DEC74F

Tints of Confetti #DEC74F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.8%

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

R = 44.4%
G = 39.8%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEC74F (or 0xDEC74F) is known color: Confetti. HEX triplet: DE, C7 and 4F. RGB value is (222,199,79). Sum of RGB (Red+Green+Blue) = 222+199+79=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC74F is #2138B0. Grayscale: #C0C0C0. Windows color (decimal): -2177201 or 5228510. OLE color: 5228510.

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

Color convert

RGB 222 199 79 -
CMYK 0 0.10 0.64 0.13
HSL 50.35º 0.68% 0.59% -
HSV(B) 50.35º 0.64% 0.87% -
XYZ 51.96 56.94 15.65 -
YUV 192.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 222 199 79 0 0.10 0.64 0.13 50.35 0.68 0.59
Hex DE C7 4F 0 A 40 D 32 44 3B
Octal 336 307 117 0 12 100 15 62 104 73
Binary 11011110 11000111 1001111 0 1010 1000000 1101 110010 1000100 111011

Color Harmonies of #DEC74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC74F

Black with #DEC74F

Text Example


Text Example

White with #DEC74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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