Html Css Color HEX #DEC74C Confetti

📋 copy color: '#DEC74C'

red 222 ◦ green 199 ◦ blue 76

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

Shades of Confetti #DEC74C

Tints of Confetti #DEC74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.29%

R = 44.67%
G = 40.04%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEC74C (or 0xDEC74C) is known color: Confetti. HEX triplet: DE, C7 and 4C. RGB value is (222,199,76). Sum of RGB (Red+Green+Blue) = 222+199+76=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC74C is #2138B3. Grayscale: #C0C0C0. Windows color (decimal): -2177204 or 5031902. OLE color: 5031902.

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

Color convert

RGB 222 199 76 -
CMYK 0 0.10 0.66 0.13
HSL 50.55º 0.69% 0.58% -
HSV(B) 50.55º 0.66% 0.87% -
XYZ 51.85 56.9 15.09 -
YUV 191.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 222 199 76 0 0.10 0.66 0.13 50.55 0.69 0.58
Hex DE C7 4C 0 A 42 D 33 45 3A
Octal 336 307 114 0 12 102 15 63 105 72
Binary 11011110 11000111 1001100 0 1010 1000010 1101 110011 1000101 111010

Color Harmonies of #DEC74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC74C

Black with #DEC74C

Text Example


Text Example

White with #DEC74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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