Html Css Color HEX #DEDB48 Manz

📋 copy color: '#DEDB48'

red 222 ◦ green 219 ◦ blue 72

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

Shades of Manz #DEDB48

Tints of Manz #DEDB48

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.69%

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

R = 43.27%
G = 42.69%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DEDB48 (or 0xDEDB48) is known color: Manz. HEX triplet: DE, DB and 48. RGB value is (222,219,72). Sum of RGB (Red+Green+Blue) = 222+219+72=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDB48 is #2124B7. Grayscale: #CBCBCB. Windows color (decimal): -2172088 or 4774878. OLE color: 4774878.

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

Color convert

RGB 222 219 72 -
CMYK 0 0.01 0.68 0.13
HSL 58.8º 0.69% 0.58% -
HSV(B) 58.8º 0.68% 0.87% -
XYZ 56.63 66.66 16.01 -
YUV 203.14 53.99 141.45 -
System Red Green Blue C M Y K H S L
Decimal 222 219 72 0 0.01 0.68 0.13 58.8 0.69 0.58
Hex DE DB 48 0 1 44 D 3B 45 3A
Octal 336 333 110 0 1 104 15 73 105 72
Binary 11011110 11011011 1001000 0 1 1000100 1101 111011 1000101 111010

Color Harmonies of #DEDB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDB48

Black with #DEDB48

Text Example


Text Example

White with #DEDB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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