Html Css Color HEX #DED247 Confetti

📋 copy color: '#DED247'

red 222 ◦ green 210 ◦ blue 71

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

Shades of Confetti #DED247

Tints of Confetti #DED247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.12%

R = 44.14%
G = 41.75%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED247 (or 0xDED247) is known color: Confetti. HEX triplet: DE, D2 and 47. RGB value is (222,210,71). Sum of RGB (Red+Green+Blue) = 222+210+71=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DED247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED247 is #212DB8. Grayscale: #C6C6C6. Windows color (decimal): -2174393 or 4707038. OLE color: 4707038.

HSL color Cylindrical-coordinate representation of color #DED247: hue angle of 55.23º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DED247 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 71 -
CMYK 0 0.05 0.68 0.13
HSL 55.23º 0.7% 0.57% -
HSV(B) 55.23º 0.68% 0.87% -
XYZ 54.31 62.08 15.08 -
YUV 197.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 222 210 71 0 0.05 0.68 0.13 55.23 0.7 0.57
Hex DE D2 47 0 5 44 D 37 46 39
Octal 336 322 107 0 5 104 15 67 106 71
Binary 11011110 11010010 1000111 0 101 1000100 1101 110111 1000110 111001

Color Harmonies of #DED247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED247

Black with #DED247

Text Example


Text Example

White with #DED247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED247; }

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

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

background-color css

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

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

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

border-color css

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

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

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