Html Css Color HEX #DED748 Confetti

📋 copy color: '#DED748'

red 222 ◦ green 215 ◦ blue 72

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

Shades of Confetti #DED748

Tints of Confetti #DED748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.24%

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

R = 43.61%
G = 42.24%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED748 (or 0xDED748) is known color: Confetti. HEX triplet: DE, D7 and 48. RGB value is (222,215,72). Sum of RGB (Red+Green+Blue) = 222+215+72=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 72 (28.52% from 255 or 14.15% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DED748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED748 is #2128B7. Grayscale: #C9C9C9. Windows color (decimal): -2173112 or 4773854. OLE color: 4773854.

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

Color convert

RGB 222 215 72 -
CMYK 0 0.03 0.68 0.13
HSL 57.2º 0.69% 0.58% -
HSV(B) 57.2º 0.68% 0.87% -
XYZ 55.59 64.6 15.67 -
YUV 200.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 222 215 72 0 0.03 0.68 0.13 57.2 0.69 0.58
Hex DE D7 48 0 3 44 D 39 45 3A
Octal 336 327 110 0 3 104 15 71 105 72
Binary 11011110 11010111 1001000 0 11 1000100 1101 111001 1000101 111010

Color Harmonies of #DED748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED748

Black with #DED748

Text Example


Text Example

White with #DED748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED748; }

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

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

background-color css

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

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

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

border-color css

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

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

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