Html Css Color HEX #DED34E Confetti

📋 copy color: '#DED34E'

red 222 ◦ green 211 ◦ blue 78

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

Shades of Confetti #DED34E

Tints of Confetti #DED34E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.26%

R = 43.44%
G = 41.29%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DED34E (or 0xDED34E) is known color: Confetti. HEX triplet: DE, D3 and 4E. RGB value is (222,211,78). Sum of RGB (Red+Green+Blue) = 222+211+78=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DED34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED34E is #212CB1. Grayscale: #C7C7C7. Windows color (decimal): -2174130 or 5166046. OLE color: 5166046.

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

Color convert

RGB 222 211 78 -
CMYK 0 0.05 0.65 0.13
HSL 55.42º 0.69% 0.59% -
HSV(B) 55.42º 0.65% 0.87% -
XYZ 54.79 62.67 16.42 -
YUV 199.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 222 211 78 0 0.05 0.65 0.13 55.42 0.69 0.59
Hex DE D3 4E 0 5 41 D 37 45 3B
Octal 336 323 116 0 5 101 15 67 105 73
Binary 11011110 11010011 1001110 0 101 1000001 1101 110111 1000101 111011

Color Harmonies of #DED34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED34E

Black with #DED34E

Text Example


Text Example

White with #DED34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED34E; }

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

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

background-color css

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

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

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

border-color css

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

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

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