Html Css Color HEX #DED348 Confetti

📋 copy color: '#DED348'

red 222 ◦ green 211 ◦ blue 72

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

Shades of Confetti #DED348

Tints of Confetti #DED348

RGB

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

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

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

R = 43.96%
G = 41.78%
B = 14.26%

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

#DED348 (or 0xDED348) is known color: Confetti. HEX triplet: DE, D3 and 48. RGB value is (222,211,72). Sum of RGB (Red+Green+Blue) = 222+211+72=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED348 is #212CB7. Grayscale: #C7C7C7. Windows color (decimal): -2174136 or 4772830. OLE color: 4772830.

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

Color convert

RGB 222 211 72 -
CMYK 0 0.05 0.68 0.13
HSL 55.6º 0.69% 0.58% -
HSV(B) 55.6º 0.68% 0.87% -
XYZ 54.59 62.59 15.33 -
YUV 198.44 56.64 144.8 -
System Red Green Blue C M Y K H S L
Decimal 222 211 72 0 0.05 0.68 0.13 55.6 0.69 0.58
Hex DE D3 48 0 5 44 D 38 45 3A
Octal 336 323 110 0 5 104 15 70 105 72
Binary 11011110 11010011 1001000 0 101 1000100 1101 111000 1000101 111010

Color Harmonies of #DED348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED348

Black with #DED348

Text Example


Text Example

White with #DED348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED348; }

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

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

background-color css

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

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

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

border-color css

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

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

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