Html Css Color HEX #DED440 Confetti

📋 copy color: '#DED440'

red 222 ◦ green 212 ◦ blue 64

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

Shades of Confetti #DED440

Tints of Confetti #DED440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

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

R = 44.58%
G = 42.57%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DED440 (or 0xDED440) is known color: Confetti. HEX triplet: DE, D4 and 40. RGB value is (222,212,64). Sum of RGB (Red+Green+Blue) = 222+212+64=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DED440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED440 is #212BBF. Grayscale: #C6C6C6. Windows color (decimal): -2173888 or 4248798. OLE color: 4248798.

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

Color convert

RGB 222 212 64 -
CMYK 0 0.05 0.71 0.13
HSL 56.2º 0.71% 0.56% -
HSV(B) 56.2º 0.71% 0.87% -
XYZ 54.59 62.99 14.13 -
YUV 198.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 222 212 64 0 0.05 0.71 0.13 56.2 0.71 0.56
Hex DE D4 40 0 5 47 D 38 47 38
Octal 336 324 100 0 5 107 15 70 107 70
Binary 11011110 11010100 1000000 0 101 1000111 1101 111000 1000111 111000

Color Harmonies of #DED440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED440

Black with #DED440

Text Example


Text Example

White with #DED440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED440; }

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

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

background-color css

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

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

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

border-color css

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

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

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