Html Css Color HEX #DED746 Confetti

📋 copy color: '#DED746'

red 222 ◦ green 215 ◦ blue 70

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

Shades of Confetti #DED746

Tints of Confetti #DED746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.81%

R = 43.79%
G = 42.41%
B = 13.81%

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

#DED746 (or 0xDED746) is known color: Confetti. HEX triplet: DE, D7 and 46. RGB value is (222,215,70). Sum of RGB (Red+Green+Blue) = 222+215+70=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DED746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED746 is #2128B9. Grayscale: #C9C9C9. Windows color (decimal): -2173114 or 4642782. OLE color: 4642782.

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

Color convert

RGB 222 215 70 -
CMYK 0 0.03 0.68 0.13
HSL 57.24º 0.7% 0.57% -
HSV(B) 57.24º 0.68% 0.87% -
XYZ 55.53 64.57 15.33 -
YUV 200.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 222 215 70 0 0.03 0.68 0.13 57.24 0.7 0.57
Hex DE D7 46 0 3 44 D 39 46 39
Octal 336 327 106 0 3 104 15 71 106 71
Binary 11011110 11010111 1000110 0 11 1000100 1101 111001 1000110 111001

Color Harmonies of #DED746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED746

Black with #DED746

Text Example


Text Example

White with #DED746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED746; }

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

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

background-color css

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

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

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

border-color css

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

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

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