Html Css Color HEX #DEDD58 Manz

📋 copy color: '#DEDD58'

red 222 ◦ green 221 ◦ blue 88

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

Shades of Manz #DEDD58

Tints of Manz #DEDD58

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

 BLUE value IS 88 (34.77% from 255) = 16.57%

R = 41.81%
G = 41.62%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DEDD58 (or 0xDEDD58) is known color: Manz. HEX triplet: DE, DD and 58. RGB value is (222,221,88). Sum of RGB (Red+Green+Blue) = 222+221+88=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEDD58 is #2122A7. Grayscale: #CECECE. Windows color (decimal): -2171560 or 5823966. OLE color: 5823966.

HSL color Cylindrical-coordinate representation of color #DEDD58: hue angle of 59.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEDD58 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 221 88 -
CMYK 0 0.00 0.60 0.13
HSL 59.55º 0.67% 0.61% -
HSV(B) 59.55º 0.6% 0.87% -
XYZ 57.74 67.95 19.3 -
YUV 206.14 61.33 139.31 -
System Red Green Blue C M Y K H S L
Decimal 222 221 88 0 0.00 0.60 0.13 59.55 0.67 0.61
Hex DE DD 58 0 0 3C D 3C 43 3D
Octal 336 335 130 0 0 74 15 74 103 75
Binary 11011110 11011101 1011000 0 0 111100 1101 111100 1000011 111101

Color Harmonies of #DEDD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDD58

Black with #DEDD58

Text Example


Text Example

White with #DEDD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDD58; }

 p { color: rgb(222,221,88); }

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

background-color css

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

 a { background-color: rgb(222,221,88); }

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

border-color css

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

 span { border-color: rgb(222,221,88); }

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