Html Css Color HEX #DED658 Manz

📋 copy color: '#DED658'

red 222 ◦ green 214 ◦ blue 88

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

Shades of Manz #DED658

Tints of Manz #DED658

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

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

R = 42.37%
G = 40.84%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DED658 (or 0xDED658) is known color: Manz. HEX triplet: DE, D6 and 58. RGB value is (222,214,88). Sum of RGB (Red+Green+Blue) = 222+214+88=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DED658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED658 is #2129A7. Grayscale: #CACACA. Windows color (decimal): -2173352 or 5822174. OLE color: 5822174.

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

Color convert

RGB 222 214 88 -
CMYK 0 0.04 0.60 0.13
HSL 56.42º 0.67% 0.61% -
HSV(B) 56.42º 0.6% 0.87% -
XYZ 55.93 64.33 18.7 -
YUV 202.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 222 214 88 0 0.04 0.60 0.13 56.42 0.67 0.61
Hex DE D6 58 0 4 3C D 38 43 3D
Octal 336 326 130 0 4 74 15 70 103 75
Binary 11011110 11010110 1011000 0 100 111100 1101 111000 1000011 111101

Color Harmonies of #DED658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED658

Black with #DED658

Text Example


Text Example

White with #DED658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED658; }

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

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

background-color css

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

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

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

border-color css

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

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

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