Html Css Color HEX #DED848 Manz

📋 copy color: '#DED848'

red 222 ◦ green 216 ◦ blue 72

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

Shades of Manz #DED848

Tints of Manz #DED848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.35%

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

R = 43.53%
G = 42.35%
B = 14.12%

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

#DED848 (or 0xDED848) is known color: Manz. HEX triplet: DE, D8 and 48. RGB value is (222,216,72). Sum of RGB (Red+Green+Blue) = 222+216+72=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 72 (28.52% from 255 or 14.12% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DED848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED848 is #2127B7. Grayscale: #C9C9C9. Windows color (decimal): -2172856 or 4774110. OLE color: 4774110.

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

Color convert

RGB 222 216 72 -
CMYK 0 0.03 0.68 0.13
HSL 57.6º 0.69% 0.58% -
HSV(B) 57.6º 0.68% 0.87% -
XYZ 55.85 65.11 15.75 -
YUV 201.38 54.99 142.71 -
System Red Green Blue C M Y K H S L
Decimal 222 216 72 0 0.03 0.68 0.13 57.6 0.69 0.58
Hex DE D8 48 0 3 44 D 3A 45 3A
Octal 336 330 110 0 3 104 15 72 105 72
Binary 11011110 11011000 1001000 0 11 1000100 1101 111010 1000101 111010

Color Harmonies of #DED848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED848

Black with #DED848

Text Example


Text Example

White with #DED848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED848; }

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

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

background-color css

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

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

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

border-color css

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

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

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