Html Css Color HEX #DED448 Confetti

📋 copy color: '#DED448'

red 222 ◦ green 212 ◦ blue 72

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

Shades of Confetti #DED448

Tints of Confetti #DED448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.23%

R = 43.87%
G = 41.9%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED448 (or 0xDED448) is known color: Confetti. HEX triplet: DE, D4 and 48. RGB value is (222,212,72). Sum of RGB (Red+Green+Blue) = 222+212+72=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED448 is #212BB7. Grayscale: #C7C7C7. Windows color (decimal): -2173880 or 4773086. OLE color: 4773086.

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

Color convert

RGB 222 212 72 -
CMYK 0 0.05 0.68 0.13
HSL 56º 0.69% 0.58% -
HSV(B) 56º 0.68% 0.87% -
XYZ 54.84 63.08 15.42 -
YUV 199.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 222 212 72 0 0.05 0.68 0.13 56 0.69 0.58
Hex DE D4 48 0 5 44 D 38 45 3A
Octal 336 324 110 0 5 104 15 70 105 72
Binary 11011110 11010100 1001000 0 101 1000100 1101 111000 1000101 111010

Color Harmonies of #DED448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED448

Black with #DED448

Text Example


Text Example

White with #DED448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED448; }

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

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

background-color css

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

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

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

border-color css

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

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

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