Html Css Color HEX #DED443 Confetti

📋 copy color: '#DED443'

red 222 ◦ green 212 ◦ blue 67

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

Shades of Confetti #DED443

Tints of Confetti #DED443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.37%

R = 44.31%
G = 42.32%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DED443 (or 0xDED443) is known color: Confetti. HEX triplet: DE, D4 and 43. RGB value is (222,212,67). Sum of RGB (Red+Green+Blue) = 222+212+67=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED443 is #212BBC. Grayscale: #C7C7C7. Windows color (decimal): -2173885 or 4445406. OLE color: 4445406.

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

Color convert

RGB 222 212 67 -
CMYK 0 0.05 0.70 0.13
HSL 56.13º 0.7% 0.57% -
HSV(B) 56.13º 0.7% 0.87% -
XYZ 54.68 63.02 14.59 -
YUV 198.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 222 212 67 0 0.05 0.70 0.13 56.13 0.7 0.57
Hex DE D4 43 0 5 46 D 38 46 39
Octal 336 324 103 0 5 106 15 70 106 71
Binary 11011110 11010100 1000011 0 101 1000110 1101 111000 1000110 111001

Color Harmonies of #DED443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED443

Black with #DED443

Text Example


Text Example

White with #DED443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED443; }

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

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

background-color css

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

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

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

border-color css

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

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

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