Html Css Color HEX #DEC740 Confetti

📋 copy color: '#DEC740'

red 222 ◦ green 199 ◦ blue 64

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

Shades of Confetti #DEC740

Tints of Confetti #DEC740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.2%

R = 45.77%
G = 41.03%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DEC740 (or 0xDEC740) is known color: Confetti. HEX triplet: DE, C7 and 40. RGB value is (222,199,64). Sum of RGB (Red+Green+Blue) = 222+199+64=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC740 is #2138BF. Grayscale: #BFBFBF. Windows color (decimal): -2177216 or 4245470. OLE color: 4245470.

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

Color convert

RGB 222 199 64 -
CMYK 0 0.10 0.71 0.13
HSL 51.27º 0.71% 0.56% -
HSV(B) 51.27º 0.71% 0.87% -
XYZ 51.47 56.75 13.09 -
YUV 190.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 222 199 64 0 0.10 0.71 0.13 51.27 0.71 0.56
Hex DE C7 40 0 A 47 D 33 47 38
Octal 336 307 100 0 12 107 15 63 107 70
Binary 11011110 11000111 1000000 0 1010 1000111 1101 110011 1000111 111000

Color Harmonies of #DEC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC740

Black with #DEC740

Text Example


Text Example

White with #DEC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC740; }

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

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

background-color css

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

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

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

border-color css

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

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

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