Html Css Color HEX #DED141 Confetti

📋 copy color: '#DED141'

red 222 ◦ green 209 ◦ blue 65

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

Shades of Confetti #DED141

Tints of Confetti #DED141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 44.76%
G = 42.14%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DED141 (or 0xDED141) is known color: Confetti. HEX triplet: DE, D1 and 41. RGB value is (222,209,65). Sum of RGB (Red+Green+Blue) = 222+209+65=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DED141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED141 is #212EBE. Grayscale: #C5C5C5. Windows color (decimal): -2174655 or 4313566. OLE color: 4313566.

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

Color convert

RGB 222 209 65 -
CMYK 0 0.06 0.71 0.13
HSL 55.03º 0.7% 0.56% -
HSV(B) 55.03º 0.71% 0.87% -
XYZ 53.88 61.51 14.03 -
YUV 196.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 222 209 65 0 0.06 0.71 0.13 55.03 0.7 0.56
Hex DE D1 41 0 6 47 D 37 46 38
Octal 336 321 101 0 6 107 15 67 106 70
Binary 11011110 11010001 1000001 0 110 1000111 1101 110111 1000110 111000

Color Harmonies of #DED141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED141

Black with #DED141

Text Example


Text Example

White with #DED141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED141; }

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

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

background-color css

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

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

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

border-color css

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

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

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