Html Css Color HEX #DED659 Manz

📋 copy color: '#DED659'

red 222 ◦ green 214 ◦ blue 89

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

Shades of Manz #DED659

Tints of Manz #DED659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 16.95%

R = 42.29%
G = 40.76%
B = 16.95%

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

#DED659 (or 0xDED659) is known color: Manz. HEX triplet: DE, D6 and 59. RGB value is (222,214,89). Sum of RGB (Red+Green+Blue) = 222+214+89=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 89 (35.16% from 255 or 16.95% from 525); Max value from RGB is 222 - color contains mainly: red. Hex color #DED659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED659 is #2129A6. Grayscale: #CACACA. Windows color (decimal): -2173351 or 5887710. OLE color: 5887710.

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

Color convert

RGB 222 214 89 -
CMYK 0 0.04 0.60 0.13
HSL 56.39º 0.67% 0.61% -
HSV(B) 56.39º 0.6% 0.87% -
XYZ 55.97 64.34 18.92 -
YUV 202.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 222 214 89 0 0.04 0.60 0.13 56.39 0.67 0.61
Hex DE D6 59 0 4 3C D 38 43 3D
Octal 336 326 131 0 4 74 15 70 103 75
Binary 11011110 11010110 1011001 0 100 111100 1101 111000 1000011 111101

Color Harmonies of #DED659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED659

Black with #DED659

Text Example


Text Example

White with #DED659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED659; }

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

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

background-color css

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

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

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

border-color css

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

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

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