Html Css Color HEX #DED64A Confetti

📋 copy color: '#DED64A'

red 222 ◦ green 214 ◦ blue 74

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

Shades of Confetti #DED64A

Tints of Confetti #DED64A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 74 (29.3% from 255) = 14.51%

R = 43.53%
G = 41.96%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DED64A (or 0xDED64A) is known color: Confetti. HEX triplet: DE, D6 and 4A. RGB value is (222,214,74). Sum of RGB (Red+Green+Blue) = 222+214+74=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DED64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED64A is #2129B5. Grayscale: #C9C9C9. Windows color (decimal): -2173366 or 4904670. OLE color: 4904670.

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

Color convert

RGB 222 214 74 -
CMYK 0 0.04 0.67 0.13
HSL 56.76º 0.69% 0.58% -
HSV(B) 56.76º 0.67% 0.87% -
XYZ 55.41 64.12 15.93 -
YUV 200.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 222 214 74 0 0.04 0.67 0.13 56.76 0.69 0.58
Hex DE D6 4A 0 4 43 D 39 45 3A
Octal 336 326 112 0 4 103 15 71 105 72
Binary 11011110 11010110 1001010 0 100 1000011 1101 111001 1000101 111010

Color Harmonies of #DED64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED64A

Black with #DED64A

Text Example


Text Example

White with #DED64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED64A; }

 p { color: rgb(222,214,74); }

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

background-color css

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

 a { background-color: rgb(222,214,74); }

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

border-color css

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

 span { border-color: rgb(222,214,74); }

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