Html Css Color HEX #DEC74D Confetti

📋 copy color: '#DEC74D'

red 222 ◦ green 199 ◦ blue 77

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

Shades of Confetti #DEC74D

Tints of Confetti #DEC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.46%

R = 44.58%
G = 39.96%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEC74D (or 0xDEC74D) is known color: Confetti. HEX triplet: DE, C7 and 4D. RGB value is (222,199,77). Sum of RGB (Red+Green+Blue) = 222+199+77=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC74D is #2138B2. Grayscale: #C0C0C0. Windows color (decimal): -2177203 or 5097438. OLE color: 5097438.

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

Color convert

RGB 222 199 77 -
CMYK 0 0.10 0.65 0.13
HSL 50.48º 0.69% 0.59% -
HSV(B) 50.48º 0.65% 0.87% -
XYZ 51.89 56.91 15.27 -
YUV 191.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 222 199 77 0 0.10 0.65 0.13 50.48 0.69 0.59
Hex DE C7 4D 0 A 41 D 32 45 3B
Octal 336 307 115 0 12 101 15 62 105 73
Binary 11011110 11000111 1001101 0 1010 1000001 1101 110010 1000101 111011

Color Harmonies of #DEC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC74D

Black with #DEC74D

Text Example


Text Example

White with #DEC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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