Html Css Color HEX #DED13E Confetti

📋 copy color: '#DED13E'

red 222 ◦ green 209 ◦ blue 62

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

Shades of Confetti #DED13E

Tints of Confetti #DED13E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.39%

 BLUE value IS 62 (24.61% from 255) = 12.58%

R = 45.03%
G = 42.39%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DED13E (or 0xDED13E) is known color: Confetti. HEX triplet: DE, D1 and 3E. RGB value is (222,209,62). Sum of RGB (Red+Green+Blue) = 222+209+62=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DED13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED13E is #212EC1. Grayscale: #C4C4C4. Windows color (decimal): -2174658 or 4116958. OLE color: 4116958.

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

Color convert

RGB 222 209 62 -
CMYK 0 0.06 0.72 0.13
HSL 55.13º 0.71% 0.56% -
HSV(B) 55.13º 0.72% 0.87% -
XYZ 53.79 61.48 13.59 -
YUV 196.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 222 209 62 0 0.06 0.72 0.13 55.13 0.71 0.56
Hex DE D1 3E 0 6 48 D 37 47 38
Octal 336 321 76 0 6 110 15 67 107 70
Binary 11011110 11010001 111110 0 110 1001000 1101 110111 1000111 111000

Color Harmonies of #DED13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED13E

Black with #DED13E

Text Example


Text Example

White with #DED13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED13E; }

 p { color: rgb(222,209,62); }

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

background-color css

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

 a { background-color: rgb(222,209,62); }

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

border-color css

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

 span { border-color: rgb(222,209,62); }

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