Html Css Color HEX #DED240 Confetti

📋 copy color: '#DED240'

red 222 ◦ green 210 ◦ blue 64

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

Shades of Confetti #DED240

Tints of Confetti #DED240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

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

R = 44.76%
G = 42.34%
B = 12.9%

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

#DED240 (or 0xDED240) is known color: Confetti. HEX triplet: DE, D2 and 40. RGB value is (222,210,64). Sum of RGB (Red+Green+Blue) = 222+210+64=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DED240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED240 is #212DBF. Grayscale: #C5C5C5. Windows color (decimal): -2174400 or 4248286. OLE color: 4248286.

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

Color convert

RGB 222 210 64 -
CMYK 0 0.05 0.71 0.13
HSL 55.44º 0.71% 0.56% -
HSV(B) 55.44º 0.71% 0.87% -
XYZ 54.1 61.99 13.97 -
YUV 196.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 222 210 64 0 0.05 0.71 0.13 55.44 0.71 0.56
Hex DE D2 40 0 5 47 D 37 47 38
Octal 336 322 100 0 5 107 15 67 107 70
Binary 11011110 11010010 1000000 0 101 1000111 1101 110111 1000111 111000

Color Harmonies of #DED240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED240

Black with #DED240

Text Example


Text Example

White with #DED240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED240; }

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

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

background-color css

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

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

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

border-color css

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

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

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