Html Css Color HEX #DED34D Confetti

📋 copy color: '#DED34D'

red 222 ◦ green 211 ◦ blue 77

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

Shades of Confetti #DED34D

Tints of Confetti #DED34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.1%

R = 43.53%
G = 41.37%
B = 15.1%

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

#DED34D (or 0xDED34D) is known color: Confetti. HEX triplet: DE, D3 and 4D. RGB value is (222,211,77). Sum of RGB (Red+Green+Blue) = 222+211+77=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DED34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED34D is #212CB2. Grayscale: #C7C7C7. Windows color (decimal): -2174131 or 5100510. OLE color: 5100510.

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

Color convert

RGB 222 211 77 -
CMYK 0 0.05 0.65 0.13
HSL 55.45º 0.69% 0.59% -
HSV(B) 55.45º 0.65% 0.87% -
XYZ 54.76 62.65 16.23 -
YUV 199.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 222 211 77 0 0.05 0.65 0.13 55.45 0.69 0.59
Hex DE D3 4D 0 5 41 D 37 45 3B
Octal 336 323 115 0 5 101 15 67 105 73
Binary 11011110 11010011 1001101 0 101 1000001 1101 110111 1000101 111011

Color Harmonies of #DED34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED34D

Black with #DED34D

Text Example


Text Example

White with #DED34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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