Html Css Color HEX #DED33F Confetti

📋 copy color: '#DED33F'

red 222 ◦ green 211 ◦ blue 63

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

Shades of Confetti #DED33F

Tints of Confetti #DED33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.54%

 BLUE value IS 63 (25% from 255) = 12.7%

R = 44.76%
G = 42.54%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DED33F (or 0xDED33F) is known color: Confetti. HEX triplet: DE, D3 and 3F. RGB value is (222,211,63). Sum of RGB (Red+Green+Blue) = 222+211+63=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DED33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED33F is #212CC0. Grayscale: #C6C6C6. Windows color (decimal): -2174145 or 4183006. OLE color: 4183006.

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

Color convert

RGB 222 211 63 -
CMYK 0 0.05 0.72 0.13
HSL 55.85º 0.71% 0.56% -
HSV(B) 55.85º 0.72% 0.87% -
XYZ 54.32 62.48 13.9 -
YUV 197.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 222 211 63 0 0.05 0.72 0.13 55.85 0.71 0.56
Hex DE D3 3F 0 5 48 D 38 47 38
Octal 336 323 77 0 5 110 15 70 107 70
Binary 11011110 11010011 111111 0 101 1001000 1101 111000 1000111 111000

Color Harmonies of #DED33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED33F

Black with #DED33F

Text Example


Text Example

White with #DED33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED33F; }

 p { color: rgb(222,211,63); }

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

background-color css

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

 a { background-color: rgb(222,211,63); }

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

border-color css

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

 span { border-color: rgb(222,211,63); }

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