Html Css Color HEX #DED55B Manz

📋 copy color: '#DED55B'

red 222 ◦ green 213 ◦ blue 91

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

Shades of Manz #DED55B

Tints of Manz #DED55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

 BLUE value IS 91 (35.94% from 255) = 17.3%

R = 42.21%
G = 40.49%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DED55B (or 0xDED55B) is known color: Manz. HEX triplet: DE, D5 and 5B. RGB value is (222,213,91). Sum of RGB (Red+Green+Blue) = 222+213+91=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 91 (35.94% from 255 or 17.30% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DED55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED55B is #212AA4. Grayscale: #CACACA. Windows color (decimal): -2173605 or 6018526. OLE color: 6018526.

HSL color Cylindrical-coordinate representation of color #DED55B: hue angle of 55.88º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DED55B is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 91 -
CMYK 0 0.04 0.59 0.13
HSL 55.88º 0.66% 0.61% -
HSV(B) 55.88º 0.59% 0.87% -
XYZ 55.81 63.87 19.29 -
YUV 201.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 222 213 91 0 0.04 0.59 0.13 55.88 0.66 0.61
Hex DE D5 5B 0 4 3B D 38 42 3D
Octal 336 325 133 0 4 73 15 70 102 75
Binary 11011110 11010101 1011011 0 100 111011 1101 111000 1000010 111101

Color Harmonies of #DED55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED55B

Black with #DED55B

Text Example


Text Example

White with #DED55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED55B; }

 p { color: rgb(222,213,91); }

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

background-color css

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

 a { background-color: rgb(222,213,91); }

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

border-color css

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

 span { border-color: rgb(222,213,91); }

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